Modified the verilog/rtl/openframe_netlists.v.

This file indicates which verilog files to include for openframe
simulations.  Noted that there were references in the file to
GL versions of user_id_programming.v, chip_io_openframe.v, and
caravel_openframe.v.  All three of these are already structural
verilog and do not have versions in the gl/ directory.
This commit is contained in:
Tim Edwards 2023-08-29 20:54:36 -04:00
parent 4cf733832b
commit 4a84427ec8
1 changed files with 3 additions and 3 deletions

View File

@ -45,11 +45,11 @@
`endif
`ifdef GL
`include "gl/user_id_programming.v"
`include "gl/chip_io_openframe.v"
`include "user_id_programming.v"
`include "chip_io_openframe.v"
`include "gl/constant_block.v"
`include "gl/xres_buf.v"
`include "gl/caravel_openframe.v"
`include "caravel_openframe.v"
`else
`include "user_id_programming.v"
`include "chip_io_openframe.v"