3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-23 05:15:30 +00:00

Include verilog source files for demo1.sby

Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
Claire Wolf 2020-07-21 13:01:36 +02:00
parent 59a8fbdf36
commit 494f84b0ab
4 changed files with 3259 additions and 5 deletions

View file

@ -16,6 +16,6 @@ read_verilog -formal axicheck.v
prep -top testbench
[files]
picorv32.v ~/Work/picorv32/picorv32.v
axicheck.v ~/Work/picorv32/scripts/smtbmc/axicheck.v
picorv32.v ../extern/picorv32.v
axicheck.v ../extern/axicheck.v