mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Adding search path for include file
This commit is contained in:
parent
368836ab9b
commit
e28cd3cb97
@ -7,7 +7,7 @@
|
|||||||
TRANS=$(wc -l test.memh)
|
TRANS=$(wc -l test.memh)
|
||||||
TRANS=${TRANS:0:3}
|
TRANS=${TRANS:0:3}
|
||||||
#RANDOM TEST
|
#RANDOM TEST
|
||||||
iverilog -f elink.cmd -DMANUAL -DTRANS=$TRANS -DTESTNAME=test.memh -DTARGET_XILINX
|
iverilog -I ../hdl -f elink.cmd -DMANUAL -DTRANS=$TRANS -DTESTNAME=test.memh -DTARGET_XILINX
|
||||||
#iverilog -f elink.cmd -DAUTO
|
#iverilog -f elink.cmd -DAUTO
|
||||||
|
|
||||||
#Running sim
|
#Running sim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user