hi, this project is meant to implement a guitar multieffect pedal.
The code here is the top module. the other submodules all check syntax
green and even the top module does not give any errors,just warnings.
but even that is concerning. I've consulted a lot with an FPGA expert.
but I'd like to share it with you too. the code & the warnings I get are
as below :
WARNING:HDLCompiler:1499 - "C:\Users\YJM\Multi.effect\SDP_BRAM.v" Line
39: Empty module <SDP_BRAM> remains a black box.
WARNING:Xst:2999 - Signal 'Mem', unconnected in block 'CHORUSROM', is
tied to its initial value.
WARNING:Xst:3035 - Index value(s) does not match array range for signal
<Mem>, simulation mismatch.
WARNING:Xst:2999 - Signal 'Mem1', unconnected in block 'PHASERROM', is
tied to its initial value.
WARNING:Xst:3035 - Index value(s) does not match array range for signal
<Mem1>, simulation mismatch.
WARNING:Xst:1290 - Hierarchical block <u7> is unconnected in block
<Multieffect>.
It will be removed from the design.
WARNING:Xst:1710 - FF/Latch <out_0> (without init value) has a constant
value of 0 in block <PHASERROM>. This FF/Latch will be trimmed during
the optimization process.
WARNING:Xst:1895 - Due to other FF/Latch trimming, FF/Latch <out_9>
(without init value) has a constant value of 0 in block <PHASERROM>.
This FF/Latch will be trimmed during the optimization process.
WARNING:Xst:1895 - Due to other FF/Latch trimming, FF/Latch <out_10>
(without init value) has a constant value of 0 in block <PHASERROM>.
This FF/Latch will be trimmed during the optimization process.
WARNING:Xst:1895 - Due to other FF/Latch trimming, FF/Latch <out_11>
(without init value) has a constant value of 0 in block <PHASERROM>.
This FF/Latch will be trimmed during the optimization process.
WARNING:Xst:1290 - Hierarchical block <u7> is unconnected in block
<Multieffect>.
It will be removed from the design.
Now what do you guys see ? why is <u7> removed from the design ?