<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