Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdc-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
hdl-core-lib
tdc-core
Commits
778bdf2c
Commit
778bdf2c
authored
13 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Downloads
Patches
Plain Diff
hdlmake simulation test
parent
7c5526f9
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tb/lbc/Manifest.py
+5
-0
5 additions, 0 deletions
tb/lbc/Manifest.py
tb/lbc/tb_lbc.vhd
+29
-0
29 additions, 0 deletions
tb/lbc/tb_lbc.vhd
tb/tb_lbc.vhd
+0
-0
0 additions, 0 deletions
tb/tb_lbc.vhd
with
34 additions
and
0 deletions
tb/lbc/Manifest.py
0 → 100644
+
5
−
0
View file @
778bdf2c
action
=
"
simulation
"
target
=
"
ghdl
"
files
=
"
tb_lbc.vhd
"
This diff is collapsed.
Click to expand it.
tb/lbc/tb_lbc.vhd
0 → 100644
+
29
−
0
View file @
778bdf2c
-------------------------------------------------------------------------------
-- TDC Core / CERN
-------------------------------------------------------------------------------
--
-- unit name: tb_lbc
--
-- author: Sebastien Bourdeauducq, sebastien@milkymist.org
--
-- description: Test bench for leading bit counter
--
-- references: http://www.ohwr.org/projects/tdc-core
--
-------------------------------------------------------------------------------
-- last changes:
-- 2011-08-03 SB Created file
-------------------------------------------------------------------------------
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
entity
tb_lbc
is
end
entity
;
architecture
tb
of
tb_lbc
is
begin
process
begin
report
"hello world"
;
end
process
;
end
architecture
;
This diff is collapsed.
Click to expand it.
tb/tb_lbc.vhd
deleted
100644 → 0
+
0
−
0
View file @
7c5526f9
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment