roman3017
roman3017
@mithro: I have tried symbiflow but getting this error when trying to synthesize NexysA7SmpLinux with symbiflow_synth: ```sh make -f symbiflow.mk cd build_symbiflow && symbiflow_synth -t NexysA7SmpLinux -v /.../SaxonSoc/hardware/synthesis/digilent/NexysA7SmpLinux/../../../netlist/NexysA7SmpLinux.v -d artix7...
@Dolu1990: After adding RamXilinx.v: ```sh VERILOG := ${current_dir}/../../../netlist/$(TOP).v ${current_dir}/../../xilinx/common/RamXilinx.v ``` symbiflow_synth runs for a while but crashes in the end: ```sh ... 7.39. Executing XILINX_DFFOPT pass (optimize FF control signal...
@Dolu1990: I have used instructions from [SymbiFlow Examples](https://github.com/SymbiFlow/symbiflow-examples) repository as suggested.
I have tried the latest symbiflow today with saxon patch: https://github.com/roman3017/symbiflow-arch-defs/commit/fe8b148474b4b104c0a24730caa6bcbbf5975406 ```sh cd symbiflow-arch-defs/ make env cd build/xc/xc7/tests/soc/saxon/ make saxon_nexysa7_bit ``` It failed with: ```sh ... 8.37. Executing XILINX_DFFOPT pass...
Things have improved recently and at least saxon synthesis seems to work. It was tested with this patch: https://github.com/roman3017/symbiflow-arch-defs/commit/ec86481f07dd214cb3cd4e56495f11f2aeee4ae6 However VPR is failing: ```sh make saxon_nexysa7_bit ... Error 1: Type:...
It seems Fomu is using BmbOnChipRamGenerator instead of BmbIce40SpramGenerator. The later is being used only by Ice40up5kbevn.
Maybe having it consistent with Linux could be useful: https://www.kernel.org/doc/Documentation/pinctrl.txt
- how are verilog source files recognized and treated? I also find this request useful. It would be also nice if there is a way to specify the source files...
@LouisCyfer: I have tried your changes but getting error: `` ptxas fatal : redefinition of argument 'gpu-name' `` Can you please share your Makefile.am?
@LouisCyfer: Thank you very much for sharing. With your Makefile.am I am getting the original issue: ``` ptxas error : Invalid value 'no' for option -abi. ptxas fatal : Ptx...