Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI can't modify a file in quartus after generated the QSYS system? Please Help.
I'm making a flash controller in FPGA. I wrote the principal controller code, and another file that works like a test bench (a counter that generates the write and read instructions with datas) I nam...
Altera_Forum
Honored Contributor
8 years agoIf your test_reg register is not used in the design (i.e. not connected to a FPGA pin or used by another module to generate a signal on an FPGA pin) then the whole register will be optimized away by the quartus synthesizer. You should see a warning about this in the synthesizer log.