Skip to content

Commit e1d7148

Browse files
authored
Need to have Verilog flag AD9H3 for 9H3/VU35P to create ethernet clock in simulation (#126)
Signed-off-by: Filip Leonarski <filip.leonarski@psi.ch>
1 parent ec71665 commit e1d7148

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hardware/hdl/core/snap_global_vars.v_source

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
`define AD9H3
3232
#endif
3333

34+
#if defined(CONFIG_AD9H335)
35+
`define AD9H3
36+
#endif
37+
3438
#if defined(CONFIG_AD9H7)
3539
`define AD9H7
3640
#endif

0 commit comments

Comments
 (0)