Forum Discussion
BobA
New Contributor
1 year agoHow to fix "Warning (10030): Net "microcode1.data_a" at MAX10CPU.sv(10) has no driver or initial val
Hi, I'm using Quartus Prime Lite 24.1 and Synplify Pro, targeting the MAX 10 10M08SCE144A7G. My SystemVerilog code is: module MAX10CPU(
input [15:0] address,
output [7:0] mc,
input noe
);
...
- 1 year ago
You can use synthesis attributes: https://www.intel.com/content/www/us/en/programmable/quartushelp/17.0/hdl/vlog/vlog_file_dir_ram_init.htm
BobA
New Contributor
1 year agoYes, sstrell's suggestion helped.