Friday, 2020-03-13

*** tpb has joined #symbiflow00:00
*** HEGAZY has quit IRC00:50
*** HEGAZY has joined #symbiflow01:17
*** HEGAZY has quit IRC01:24
*** citypw has joined #symbiflow01:55
*** rvalles_ has joined #symbiflow01:58
*** rvalles has quit IRC01:58
*** celadon_ has quit IRC05:38
*** Ultrasauce has quit IRC06:22
*** Ultrasauce has joined #symbiflow06:52
*** yeti has quit IRC07:00
*** az0re has quit IRC07:02
*** az0re has joined #symbiflow08:00
*** celadon has joined #symbiflow08:44
*** kritika12298 has joined #symbiflow09:42
*** kritika12298 has joined #symbiflow09:56
*** kritika12298 has quit IRC09:57
*** yeti has joined #symbiflow10:04
*** yeti has quit IRC10:05
*** yeti has joined #symbiflow10:06
*** OmniMancer has joined #symbiflow10:47
*** OmniMancer1 has joined #symbiflow10:48
*** Bertl_oO is now known as Bertl_zZ10:51
*** OmniMancer has quit IRC10:52
*** HEGAZY has joined #symbiflow10:57
*** HEGAZY has quit IRC11:19
*** HEGAZY has joined #symbiflow11:23
*** HEGAZY has quit IRC12:37
*** Vonter has quit IRC12:41
*** Vonter has joined #symbiflow12:42
*** OmniMancer1 has quit IRC14:20
*** allenlorenz has quit IRC14:39
*** clay_1 has joined #symbiflow14:51
*** OmniMancer has joined #symbiflow14:55
*** OmniMancer1 has joined #symbiflow14:57
*** OmniMancer has quit IRC15:00
*** OmniMancer1 has quit IRC15:44
*** citypw has quit IRC15:45
*** clay_1 has quit IRC15:52
*** clay_1 has joined #symbiflow16:33
clay_1litghost Thanks you and sorry for the late reply. so fro running the test you proposed me the following arguements are used16:55
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--route16:55
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_file16:55
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--eblif16:55
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.v16:55
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.db16:55
clay_1So I assume that all the files that are taken from  the dram_test_64x1d folder are to be replaced16:56
clay_1At this point I wonder if all those statements are necessary since the fasm2bels readme states as requirements the following16:57
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 write16:57
clay_1when 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 import17:11
clay_1fasm_disassembler ModuleNotFoundError: No module named 'prjxray`17:11
*** clay_1 has quit IRC17:18
*** Bertl_zZ is now known as Bertl18:27
*** clay_1 has joined #symbiflow19:34
*** somlo has quit IRC19:42
*** somlo has joined #symbiflow19:58
*** HEGAZY has joined #symbiflow20:02
HEGAZYHello good people of symbiflow, hope you are all doing well,20:02
HEGAZYthis 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=sharing20:03
tpbTitle: GSoC Proposal: SystemVerilog feature detector v0.1.0 - Google Docs (at docs.google.com)20:03
*** HEGAZY has quit IRC20:18
*** HEGAZY has joined #symbiflow20:25
*** HEGAZY has quit IRC22:35
*** clay_1 has quit IRC23:08
litghostclay_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)23:11

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!