<clay_1>
/symbiflow-arch-defs/build/xc7/tests/dram_test/dram_test_64x1d/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top.eblif--top top /symbiflow-arch-defs/build/xc7/tests/dram_test/dram_test_64x1d/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top_bit.v
<clay_1>
So I assume that all the files that are taken from the dram_test_64x1d folder are to be replaced
<clay_1>
At this point I wonder if all those statements are necessary since the fasm2bels readme states as requirements the following
<clay_1>
- `--connection_database` - Path to connection database for part - `--db_root` - Path to prjxray database for part - `--part` - FPGA part - `--fasm_file` - Path to FASM file to process - verilog - Path to verilog file to write - tcl - Path to TCL file to write
<clay_1>
when I try to run `python3 -mfasm2bels` I run to the following errors `anaconda3/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec)` , `/anaconda3/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals)`, `/symbiflow-arch-defs/xc7/fasm2bels/fasm2bels.py", line 30, in <module> from prjxray import
<clay_1>
fasm_disassembler ModuleNotFoundError: No module named 'prjxray`
clay_1 has quit [Remote host closed the connection]
Bertl_zZ is now known as Bertl
clay_1 has joined #symbiflow
somlo has quit [Ping timeout: 258 seconds]
somlo has joined #symbiflow
HEGAZY has joined #symbiflow
<HEGAZY>
Hello good people of symbiflow, hope you are all doing well,
clay_1 has quit [Remote host closed the connection]
<litghost>
clay_1: There is a prjxray library locates in third_party/prjxray/prjxray. The make command invokes "cmake env ..." to set the PYTHONPATH to include this library. You are welcome to handle this issue however you wish (e.g. PYTHONPATH / install to local site-package, etc, etc)