Set APP_SIZE if not defined.

This commit is contained in:
Jonas Thörnblad 2024-11-25 16:52:26 +01:00 committed by Daniel Jobson
parent a99e69f33e
commit 48c9709164
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A

View File

@ -23,6 +23,10 @@
`define verbose(debug_command) `define verbose(debug_command)
`endif `endif
`ifndef APP_SIZE
`define APP_SIZE 0
`endif
module application_fpga_sim ( module application_fpga_sim (
input wire clk, input wire clk,