proteusguy has quit [Ping timeout: 272 seconds]
tweakoz has joined #symbiflow
proteusguy has joined #symbiflow
citypw has joined #symbiflow
<mithro> hackerfoo: Yes
<hackerfoo> But at least the documentation seems to be APL2, so it might be worth copying some of it.
tweakoz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
adjtm has joined #symbiflow
tweakoz has joined #symbiflow
adjtm_ has quit [Ping timeout: 258 seconds]
proteusguy has quit [Ping timeout: 244 seconds]
proteusguy has joined #symbiflow
adjtm has quit [Remote host closed the connection]
adjtm has joined #symbiflow
Bertl is now known as Bertl_zZ
_whitelogger has joined #symbiflow
OmniMancer has joined #symbiflow
citypw has quit [Ping timeout: 272 seconds]
citypw has joined #symbiflow
celadon has joined #symbiflow
celadon_ has quit [Ping timeout: 258 seconds]
tweakoz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
citypw has quit [Ping timeout: 245 seconds]
citypw has joined #symbiflow
proteusguy has quit [Remote host closed the connection]
Bertl_zZ is now known as Bertl
citypw has quit [Ping timeout: 272 seconds]
OmniMancer has quit [Quit: Leaving.]
citypw has joined #symbiflow
citypw has quit [Ping timeout: 244 seconds]
lopsided98_ has joined #symbiflow
Xark_ has joined #symbiflow
ZipCPU_ has joined #symbiflow
ZipCPU has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
Xark has quit [*.net *.split]
ZipCPU_ is now known as ZipCPU
citypw has joined #symbiflow
citypw has quit [Ping timeout: 245 seconds]
proteusguy has joined #symbiflow
Bertl is now known as Bertl_oO
bjorkintosh has joined #symbiflow
jevinskie has joined #symbiflow
Xark_ has left #symbiflow ["Leaving"]
<sf-slack2> <butta> I'm starting to look into fasm2bels. Running the top_bit.v tests are failing for me. Is this a known issue?
<litghost> butta: Be more specific?
<sf-slack2> <butta> I'm running make file_xc7_tests_buttons_buttons_basys3_artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test_top_bit.v in build/xc7/tests/buttons and get this traceback:
<sf-slack2> <butta> Traceback (most recent call last): File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/build/env/conda/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/build/env/conda/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File
<sf-slack2> "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/__main__.py", line 4, in <module> main() File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/fasm2bels.py", line 279, in main top.make_routes(allow_orphan_sinks=args.allow_orphan_sinks) File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/verilog_modeling.py", line 1245, in make_routes net_map=self.net_map,
<sf-slack2> File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 676, in make_routes allow_orphan_sinks=allow_orphan_sinks File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 557, in expand_sink allow_orphan_sinks=allow_orphan_sinks File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 445, in expand_sink
<sf-slack2> allow_orphan_sinks=allow_orphan_sinks File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 557, in expand_sink allow_orphan_sinks=allow_orphan_sinks File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 445, in expand_sink allow_orphan_sinks=allow_orphan_sinks File
<sf-slack2> "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 445, in expand_sink allow_orphan_sinks=allow_orphan_sinks File "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 445, in expand_sink allow_orphan_sinks=allow_orphan_sinks [Previous line repeated 3 more times] File
<sf-slack2> "/scratch/safe/SymbiFlow/symbiflow-arch-defs.fresh/xc7/fasm2bels/make_routes.py", line 586, in expand_sink assert False, (sink_node_pkey, tile_name, wire_name, sink_wire_pkey) AssertionError: (386807, 'INT_L_X0Y129', 'SW6END0', 2329140)
<litghost> butta: That error indicates a sink without a source
<litghost> butta: e.g. a top-level output without a connection
<litghost> butta: Which git commit are you at?
<sf-slack2> <butta> I'm at the most recent commit on master
<sf-slack2> <butta> a71a4f25922d9aac76103412a6fa4b1e2c883437
<sf-slack2> <butta> This is also in a completely unmodified directory. Just cloned master and built.
<tpb> Title: symbiflow-arch-defs/buttons_basys3.v at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<litghost> butta: Why do you want fasm2bels on this particular design?
<litghost> butta: Anyways, because of the ROI, in order to be fasm2bels compatible all top level pins need to be used
<sf-slack2> <butta> We just randomly picked one that seemed to have a simple design
<sf-slack2> <butta> Don't need that one in particular, just trying to understand fasm2bels
<litghost> butta: buttons is missing tx, rx, and clk
<sf-slack2> <butta> Do all the other tests work with fasm2bels?
<tpb> Title: symbiflow-arch-defs/xc7/tests/ff_sr_ce at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<litghost> butta: So do murax and scalable_proc
<tpb> Title: symbiflow-arch-defs/dram_test_64x1d.v at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<sf-slack2> <butta> @litghost Running ff_sr_ce now, thanks
jevinskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jevinskie has joined #symbiflow
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow