Forum Discussion
Altera_Forum
Honored Contributor
16 years agojake... thanks this works!!
just like this: set_module_assignment embeddedsw.CMacro.COLS_IN \ [get_parameter_value COLS_IN] set_module_assignment embeddedsw.CMacro.ROWS_IN \ [get_parameter_value ROWS_IN] yields the following output in my system.h file: # define AVALON_COMPONENT_0_COLS_IN 640# define AVALON_COMPONENT_0_ROWS_IN 480 thanks!