blob: 3534e4f306eae4a906bc43305381b9a34871c03e [file] [log] [blame]
// Include caravel global defines for the number of the user project IO pads
`include "defines.v"
`ifdef GL
// Assume default net type to be wire because GL netlists don't have the wire definitions
`default_nettype wire
`include "gl/user_project_wrapper.v"
`include "gl/user_proj_example.v"
`else
`include "user_project_wrapper.v"
`include "user_proj_example.v"
`endif