*** tpb has joined #yosys | 00:00 | |
*** emeb has quit IRC | 00:09 | |
*** _whitelogger has quit IRC | 00:33 | |
*** _whitelogger has joined #yosys | 00:35 | |
*** _whitelogger has quit IRC | 00:54 | |
*** _whitelogger has joined #yosys | 00:56 | |
*** Degi has quit IRC | 03:38 | |
*** Degi has joined #yosys | 03:39 | |
*** _whitelogger has quit IRC | 04:45 | |
*** _whitelogger has joined #yosys | 04:47 | |
*** thardin has joined #yosys | 07:57 | |
*** FFY00 has quit IRC | 08:54 | |
*** FFY00 has joined #yosys | 08:55 | |
*** Asu has joined #yosys | 09:12 | |
*** _whitelogger has quit IRC | 09:57 | |
*** _whitelogger has joined #yosys | 09:59 | |
*** unkraut has quit IRC | 10:15 | |
*** unkraut has joined #yosys | 10:17 | |
*** philtor has quit IRC | 10:17 | |
*** promach3 has quit IRC | 12:21 | |
*** anu3jn has quit IRC | 12:21 | |
*** fevv8[m] has quit IRC | 12:22 | |
*** anu3jn has joined #yosys | 12:30 | |
*** fevv8[m] has joined #yosys | 12:55 | |
*** nurelin has joined #yosys | 12:55 | |
*** promach3 has joined #yosys | 12:55 | |
*** emeb has joined #yosys | 14:37 | |
*** nurelin has left #yosys | 14:59 | |
*** nurelin has quit IRC | 14:59 | |
*** trabucayre has joined #yosys | 15:06 | |
*** FFY00 has quit IRC | 15:07 | |
*** FFY00 has joined #yosys | 15:08 | |
trabucayre | I encounter a problem to simulate ECP5 code with specific hardware IP. see https://pastebin.com/b3QMWK37 The problem is not iverilog or my code but seems to be due to include problem. The missing file is present at the same level as cells_sim.v but not seen. | 15:09 |
---|---|---|
tpb | Title: iverilog -s testbench -o ecp5evndemo_tb.vvp ecp5evndemo_tb.v ecp5evndemo.v `yosy - Pastebin.com (at pastebin.com) | 15:09 |
daveshah | There is a blackbox for USRMCLK in cells_bb.v | 15:09 |
trabucayre | I suppose i'm wrong somewhere but where. | 15:09 |
trabucayre | Yes and this one is in cells_bb.v | 15:10 |
trabucayre | ok I need to add this file one. | 15:10 |
trabucayre | due to the "Include file cells_ff.vh not found" I'm bit lost | 15:11 |
daveshah | You need /usr/local/share/yosys/ecp5/ to be in the iverilog include path | 15:11 |
trabucayre | It's work better! thanks | 15:16 |
*** moony has quit IRC | 17:20 | |
*** moony has joined #yosys | 17:23 | |
*** peepsalot has joined #yosys | 17:35 | |
*** adjtm has joined #yosys | 17:54 | |
*** Xark has quit IRC | 18:48 | |
*** Xark has joined #yosys | 18:50 | |
*** adjtm has quit IRC | 19:49 | |
*** kristianpaul has quit IRC | 20:14 | |
*** az0re has quit IRC | 20:15 | |
*** kristianpaul has joined #yosys | 20:19 | |
*** az0re has joined #yosys | 20:44 | |
*** kristianpaul has quit IRC | 21:10 | |
*** kristianpaul has joined #yosys | 21:16 | |
*** LJ_cache has joined #yosys | 21:37 | |
*** emeb has quit IRC | 21:50 | |
*** strobokopp has joined #yosys | 21:56 | |
*** emeb has joined #yosys | 22:00 | |
*** Asu has quit IRC | 22:55 | |
aaaa | can yosys take switch-level verilog and reduce it to gate-level (even if inefficient) | 23:08 |
aaaa | (switch level being pmos / nmos ) | 23:09 |
DaKnig | how does switch level verilog look? | 23:10 |
DaKnig | isnt it a bunch of primitives? | 23:10 |
aaaa | pmos pmosA(out_net, 1, a); | 23:10 |
aaaa | pmos pmosB(out_net, 1, b); | 23:10 |
aaaa | pulldown pup(out_net); | 23:10 |
aaaa | like this | 23:10 |
aaaa | its primitives, but they're verilog builtins | 23:10 |
DaKnig | then yosys would need to know how those "modules" behave | 23:11 |
aaaa | yosys seems to be accepting them | 23:11 |
aaaa | but opt/techmap/abc don't seem to acknowledge them | 23:11 |
aaaa | wait nvm | 23:12 |
whitequark | aaaa: no, as per https://github.com/YosysHQ/yosys/#unsupported-verilog-2005-features these are not supported and never will be | 23:13 |
tpb | Title: GitHub - YosysHQ/yosys: Yosys Open SYnthesis Suite (at github.com) | 23:13 |
DaKnig | what model are you even using to simulate pmos transistors? there are so many; I doubt a digital simulator/toolchain can understand this correctly in all cases | 23:13 |
awygle | they're not real transistors. the verilog standard defines the model | 23:30 |
awygle | at least that's my understanding | 23:30 |
DaKnig | ah. I see. | 23:31 |
*** lf has quit IRC | 23:44 | |
*** lf has joined #yosys | 23:44 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!