Thursday, 2021-12-23

*** tpb <[email protected]> has joined #yosys00:00
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)00:36
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys00:37
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)00:41
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys00:41
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)00:56
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys00:56
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 256 seconds)01:01
*** bl0x <bl0x!~bastii@p200300d7a7171600754b14ef62887bad.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 268 seconds)02:50
*** bl0x <bl0x!~bastii@p200300d7a715b8006904829f8c9caa58.dip0.t-ipconnect.de> has joined #yosys02:51
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys03:12
*** gsmecher <[email protected]> has quit IRC (Ping timeout: 240 seconds)03:58
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)06:33
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys06:34
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)06:38
*** kristianpaul <kristianpaul!~paul@user/kristianpaul> has quit IRC (Read error: Connection reset by peer)07:01
*** kristianpaul <kristianpaul!~paul@user/kristianpaul> has joined #yosys07:05
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys07:06
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)07:07
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys07:07
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Remote host closed the connection)07:12
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys07:12
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 268 seconds)07:17
*** vidbina <[email protected]> has joined #yosys09:59
*** vidbina <[email protected]> has quit IRC (Ping timeout: 268 seconds)10:20
*** vidbina <[email protected]> has joined #yosys11:05
*** AdamHorden <[email protected]> has quit IRC (Ping timeout: 252 seconds)11:12
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has joined #yosys11:47
*** AdamHorden <[email protected]> has joined #yosys11:55
*** AdamHorden <[email protected]> has quit IRC (Ping timeout: 256 seconds)12:02
*** AdamHorden <[email protected]> has joined #yosys12:07
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys13:14
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)13:18
*** vidbina <[email protected]> has quit IRC (Ping timeout: 260 seconds)14:36
*** vidbina <[email protected]> has joined #yosys14:38
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has quit IRC (Ping timeout: 276 seconds)15:29
*** emeb <[email protected]> has joined #yosys16:14
*** vidbina <[email protected]> has quit IRC (Ping timeout: 268 seconds)17:49
*** gsmecher <[email protected]> has joined #yosys17:54
*** nelgau <nelgau!~nelgau@bras-base-mtrlpq2848w-grc-34-174-89-119-57.dsl.bell.ca> has joined #yosys18:46
*** vidbina <[email protected]> has joined #yosys19:09
*** gsmecher <[email protected]> has quit IRC (Ping timeout: 256 seconds)19:31
*** Klotz <Klotz!~Klotzoman@gateway/tor-sasl/klotz> has joined #yosys20:58
*** Guest85 <[email protected]> has joined #yosys21:56
*** vidbina <[email protected]> has quit IRC (Ping timeout: 240 seconds)21:58
Guest85I 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 is22:04
Guest85the only change. Don't know why this could happen22:04
Guest85I need to change the parameter, can someone help to solve this myth?22:07
*** vidbina <[email protected]> has joined #yosys22:40
*** Klotz <Klotz!~Klotzoman@gateway/tor-sasl/klotz> has quit IRC (Quit: Klotz)23:02
*** vidbina <[email protected]> has quit IRC (Ping timeout: 240 seconds)23:16
*** Guest85 <[email protected]> has quit IRC (Quit: Client closed)23:21
*** emeb <[email protected]> has quit IRC (Quit: Leaving.)23:58

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!