Jump to content

ignored `define statement


Recommended Posts

I have the following that does not work in Xilinx Vivado Simulator 2019:

`ifdef FPGA

'define MAX_MEMORY   1024

`else  // ASIC

`define MAX_MEMORY 2048

`endif

I've seen posts that say you can not do this, but Is there a structure I can use that will do this function without manually controlling parameters?

Edited by dcwestcott
more detail
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...