nelgau has quit [Remote host closed the connection]
nelgau has joined #yosys
nelgau has quit [Ping timeout: 240 seconds]
nelgau has joined #yosys
nelgau has quit [Remote host closed the connection]
nelgau has joined #yosys
nelgau has quit [Ping timeout: 256 seconds]
bl0x has quit [Ping timeout: 268 seconds]
bl0x has joined #yosys
nelgau has joined #yosys
gsmecher has quit [Ping timeout: 240 seconds]
nelgau has quit [Remote host closed the connection]
nelgau has joined #yosys
nelgau has quit [Ping timeout: 240 seconds]
kristianpaul has quit [Read error: Connection reset by peer]
kristianpaul has joined #yosys
nelgau has joined #yosys
nelgau has quit [Remote host closed the connection]
nelgau has joined #yosys
nelgau has quit [Remote host closed the connection]
nelgau has joined #yosys
nelgau has quit [Ping timeout: 268 seconds]
vidbina has joined #yosys
vidbina has quit [Ping timeout: 268 seconds]
vidbina has joined #yosys
AdamHorden has quit [Ping timeout: 252 seconds]
citypw has joined #yosys
AdamHorden has joined #yosys
AdamHorden has quit [Ping timeout: 256 seconds]
AdamHorden has joined #yosys
nelgau has joined #yosys
nelgau has quit [Ping timeout: 240 seconds]
vidbina has quit [Ping timeout: 260 seconds]
vidbina has joined #yosys
citypw has quit [Ping timeout: 276 seconds]
emeb has joined #yosys
vidbina has quit [Ping timeout: 268 seconds]
gsmecher has joined #yosys
nelgau has joined #yosys
vidbina has joined #yosys
gsmecher has quit [Ping timeout: 256 seconds]
Klotz has joined #yosys
Guest85 has joined #yosys
vidbina has quit [Ping timeout: 240 seconds]
<Guest85>
I met a problem when using Yosys to synthesis a verilog file. In a verilog module I declared a parameter, say parameter MIN = 4. Then, I synthesis it, and I got a correct results. However, when I overwrite the parameter outside the module with the same value (defparam mod.MIN = 4;), and redo the synthesis, the results is wrong. I believe this is
<Guest85>
the only change. Don't know why this could happen
<Guest85>
I need to change the parameter, can someone help to solve this myth?