tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
HEGAZY has quit [Quit: Konversation terminated!]
HEGAZY has joined #symbiflow
HEGAZY has quit [Quit: Konversation terminated!]
citypw has joined #symbiflow
rvalles_ has joined #symbiflow
rvalles has quit [Ping timeout: 240 seconds]
celadon_ has quit [Ping timeout: 255 seconds]
Ultrasauce has quit [Remote host closed the connection]
Ultrasauce has joined #symbiflow
yeti has quit [Quit: WeeChat 2.5]
az0re has quit [Quit: Leaving]
az0re has joined #symbiflow
celadon has joined #symbiflow
kritika12298 has joined #symbiflow
kritika12298 has quit [Remote host closed the connection]
kritika12298 has joined #symbiflow
kritika12298 has quit [Remote host closed the connection]
yeti has joined #symbiflow
yeti has quit [Read error: Connection reset by peer]
yeti has joined #symbiflow
OmniMancer has joined #symbiflow
OmniMancer1 has joined #symbiflow
Bertl_oO is now known as Bertl_zZ
OmniMancer has quit [Ping timeout: 256 seconds]
HEGAZY has joined #symbiflow
HEGAZY has quit [Read error: Connection reset by peer]
HEGAZY has joined #symbiflow
HEGAZY has quit [Read error: Connection reset by peer]
Vonter has quit [Ping timeout: 265 seconds]
Vonter has joined #symbiflow
OmniMancer1 has quit [Quit: Leaving.]
allenlorenz has quit [Read error: Connection reset by peer]
clay_1 has joined #symbiflow
OmniMancer has joined #symbiflow
OmniMancer1 has joined #symbiflow
OmniMancer has quit [Ping timeout: 258 seconds]
OmniMancer1 has quit [Read error: Connection reset by peer]
citypw has quit [Ping timeout: 258 seconds]
clay_1 has quit [Ping timeout: 240 seconds]
clay_1 has joined #symbiflow
<clay_1> litghost Thanks you and sorry for the late reply. so fro running the test you proposed me the following arguements are used
<clay_1> -mfasm2bels--db_root /symbiflow-arch-defs/third_party/prjxray-db/artix7--rr_graph /symbiflow-arch-defs/build/xc7/archs/artix7/devices/rr_graph_xc7a50t-basys3_test.rr_graph.real.bin--vpr_capnp_schema_dir /symbiflow-arch-defs/build/env/conda/capnp--route
<clay_1> /symbiflow-arch-defs/build/xc7/tests/dram_test/dram_test_64x1d/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top.route --bitread /symbiflow-arch-defs/build/third_party/prjxray/tools/bitread--bit_file /symbiflow-arch-defs/build/xc7/tests/dram_test/dram_test_64x1d/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top.bit--fasm_file
<clay_1> /symbiflow-arch-defs/build/xc7/tests/dram_test/dram_test_64x1d/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top.bit.fasm--iostandard LVCMOS33--drive 12--pcf /symbiflow-arch-defs/build/xc7/tests/common/basys3.pcf--eblif
<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> /symbiflow-arch-defs/build/xc7/tests/dram_test/dram_test_64x1d/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top_bit.v.tcl --part xc7a35tcpg236-1 --connection_database /symbiflow-arch-defs/build/xc7/archs/artix7/devices/xc7a50t-basys3-roi-virt/channels.db
<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,
<HEGAZY> this is my initial plan for the gsoc, take a look and give me your feedback you can comment on the file https://docs.google.com/document/d/1vlX10QjAkVnSVChQkiEY1YboN88Ahho5hZV_9FZqbnQ/edit?usp=sharing
<tpb> Title: GSoC Proposal: SystemVerilog feature detector v0.1.0 - Google Docs (at docs.google.com)
HEGAZY has quit [Quit: Konversation terminated!]
HEGAZY has joined #symbiflow
HEGAZY has quit [Quit: Konversation terminated!]
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)