Wednesday, 2022-10-19

*** tpb <[email protected]> has joined #yosys00:00
*** adamgreig is now known as agg00:10
*** corecode <[email protected]> has quit IRC (Ping timeout: 248 seconds)00:53
*** corecode <[email protected]> has joined #yosys00:54
*** GenTooMan <GenTooMan!~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883> has quit IRC (*.net *.split)03:48
*** programmerjake <programmerjake!~programme@2001:470:69fc:105::172f> has quit IRC (*.net *.split)03:48
*** nelgau <[email protected]> has quit IRC (*.net *.split)03:48
*** josuah <[email protected]> has quit IRC (*.net *.split)03:48
*** srk <srk!~sorki@user/srk> has quit IRC (*.net *.split)03:48
*** Peetz0r <Peetz0r!~Peetz0r@revspace/participant/peetz0r> has quit IRC (*.net *.split)03:48
*** josuah <[email protected]> has joined #yosys03:48
*** GenTooMan <GenTooMan!~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883> has joined #yosys03:48
*** nelgau <[email protected]> has joined #yosys03:49
*** Peetz0r <Peetz0r!~Peetz0r@revspace/participant/peetz0r> has joined #yosys03:50
*** programmerjake <programmerjake!~programme@2001:470:69fc:105::172f> has joined #yosys03:50
*** srk <srk!~sorki@user/srk> has joined #yosys03:51
*** GenTooMan <GenTooMan!~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883> has quit IRC (Ping timeout: 248 seconds)03:55
*** FabM <FabM!~FabM@armadeus/team/FabM> has joined #yosys05:51
*** indy <[email protected]> has quit IRC (Ping timeout: 260 seconds)06:41
*** indy <[email protected]> has joined #yosys06:45
whitequarktnt: having seen code by chipmunks i have to disagree :D07:32
whitequarkcare little enough and not even an US+ will save you...07:33
tntwhitequark: Ah, I guess you have seen "better" chipmunks and I'll have to defer to your expertise in the matter then :D07:59
mewtexperience of those chipmunks sounds disquieting08:17
*** cr1901_ <cr1901_!~cr1901@2601:8d:8600:911:1945:89b2:152:6675> has joined #yosys08:37
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:f593:47f7:89b8:71f> has quit IRC (Ping timeout: 248 seconds)08:41
*** GenTooMan <GenTooMan!~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883> has joined #yosys10:08
*** cr1901_ is now known as cr190111:35
*** ats <[email protected]> has quit IRC (Ping timeout: 264 seconds)16:15
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Quit: Leaving)16:18
*** ats <[email protected]> has joined #yosys16:45
RowanG[m]I have a top entity that is generic because I want to use it on multiple board revision that are all the same save for a different ram chip that has differing number of banks. 17:00
RowanG[m]So I have a parameter on the top level module that specifies how wide the banks are17:01
RowanG[m]I can read the verilog fine from yosys but I'd like to set this parameter before doing anything else 17:01
RowanG[m]But I can't seem to do it. 17:01
RowanG[m]So I call yosys with the verilog file. 17:02
RowanG[m]And see this in the prompt:... (full message at <https://libera.ems.host/_matrix/media/r0/download/libera.chat/3e1eaed25357b147919f08a682125391c3bf7dee>)17:02
RowanG[m]and do `setparam -set BANK_WIDTH 10 $abstract\Wrapper`17:03
RowanG[m]which doesn't complain17:03
RowanG[m]but when I then continue the default size of the parameter hasn't changed17:03
RowanG[m]is there some other way I can do this?17:03
RowanG[m]I tried to do it with defines but this doesn't work for some reason17:34
* RowanG[m] sent a code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/a9f481c3eb6e0bb691ba5610325ed1fef0d00ebc17:34
RowanG[m]This fails with: `./wrapper.v:17: ERROR: Failed to detect width for parameter \BANK_WIDTH!`17:34
RowanG[m]ooof this works I just missed the backtick...17:36
gatecatRowanG: try doing `hierarchy -top Wrapper -chparam BANK_WIDTH 10` after reading verilog but before doing anything else18:00
*** kraiskil <[email protected]> has joined #yosys18:31
*** indy <[email protected]> has quit IRC (Ping timeout: 252 seconds)18:53
RowanG[m]@gatecat thx :)19:43
*** freemint <freemint!~freemint@2001:638:904:ffe8:339b:2f0c:7daf:5607> has joined #yosys19:51
*** kraiskil <[email protected]> has quit IRC (Ping timeout: 252 seconds)20:11
*** indy <[email protected]> has joined #yosys20:49
*** indy <[email protected]> has quit IRC (Ping timeout: 255 seconds)20:54
*** nonchip <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)22:02
*** nonchip <[email protected]> has joined #yosys22:02
*** Lloyd78 <Lloyd78!~Lloyd@2406:1e00:b410:3501:250:b6ff:feae:e7e8> has joined #yosys22:34

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