1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
This commit is contained in:
Andreas Olofsson 2015-04-21 21:33:49 -04:00
parent e437297991
commit 275264c84d
5 changed files with 5 additions and 4 deletions

View File

@ -1 +0,0 @@
`define TARGET_CLEAN

View File

@ -1 +0,0 @@
`define TARGET_XILINX

View File

@ -1,5 +1,5 @@
../../constants/hdl/simulation_constants.v
../../elink/hdl/elink_regmap.v
../hdl/constants.v
../hdl/elink_regmap.v
dv_elink_tb.v
-y .
-y ../../elink/hdl

3
elink/hdl/constants.v Normal file
View File

@ -0,0 +1,3 @@
//These constants are mutually exclusive
`define TARGET_CLEAN
//`define TARGET_XILINX