Skip to content

Commit

Permalink
prbs_gen_for_sys_id_tb: add testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerc authored and augustofg committed Mar 30, 2023
1 parent 4fdd06d commit a1b7144
Show file tree
Hide file tree
Showing 8 changed files with 3,446 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testbench/common/prbs_gen_for_sys_id_tb/Manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
files = [
"prbs_gen_for_sys_id_tb.vhd",
]

modules = {
"local" : [
"../../../",
],
}
4 changes: 4 additions & 0 deletions testbench/common/prbs_gen_for_sys_id_tb/ghdl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
prbs_gen_for_sys_id_tb
prbs_gen_for_sys_id_tb.ghw
*.cf
*.o
9 changes: 9 additions & 0 deletions testbench/common/prbs_gen_for_sys_id_tb/ghdl/Manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
action = "simulation"
sim_tool = "ghdl"
top_module = "prbs_gen_for_sys_id_tb"

modules = {"local" : ["../"]}

ghdl_opt = "--std=08"

sim_post_cmd = "ghdl -r --std=08 %s --wave=%s.ghw --assert-level=error"% (top_module, top_module)
Loading

0 comments on commit a1b7144

Please sign in to comment.