Replies: 1 comment
-
https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/synth_xilinx.html This is a 7-series FPGA so you would run
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I actually know that we can synthesize verilog files using yosys for gatemate fpga's using the command below:
$ yosys -l yosys.log -p 'read_verilog ; synth_gatemate -top -vlog net/_synth.v'
Now I wanted to run a synthesis for Xilinx Zynq-7000 SoC ZC706 fpga using yosys to generate netlist. May I know the command for it or how to run synthesis.
Any kind of answers or suggestions are well appreciated and will be very helpful for me.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions