3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-10 07:10:54 +00:00

Update location of demo files

This commit is contained in:
Miodrag Milanovic 2025-05-06 12:54:18 +02:00
parent 6dcde33cc2
commit ab2003d90f
4 changed files with 3 additions and 3 deletions

View file

@ -20,6 +20,6 @@ read_verilog -formal axicheck.v
prep -top testbench
[files]
picorv32.v ../../../extern/picorv32.v
axicheck.v ../../../extern/axicheck.v
picorv32.v
axicheck.v

View file

@ -17,5 +17,5 @@ read -sv prv32fmcmp.v
prep -top prv32fmcmp
[files]
../../extern/picorv32.v
../../docs/examples/demos/picorv32.v
prv32fmcmp.v