Questions tagged [synplify]
4 questions
3
votes
1 answer
passing Synplify options from Lattice Diamond TCL code
I would like to pass, from the TCL file that is commanding the Diamond tool of Lattice, some options to the Synplify synthesis tool.
E.g.: It is possible to set a value of the VHDL generic at toplevel in the…

vermaete
- 380
- 3
- 15
1
vote
1 answer
Diamond: Warning: logical net has no load
I've a Diamond project with 1 System Verilog module (using Synplify Pro for synthesis) with the code as follows:
module arrtest(clk, led);
input clk;
output reg led = 0;
reg [3:0] arr_index = 0;
reg [7:0] intervals [0:9] = {8'd125, 8'd128, 8'd200,…

axk
- 817
- 10
- 26
1
vote
2 answers
Inferring RAM block usage with FIFO
I'm trying to infer the usage of a RAM block of my FPGA, but I fail to understand what are the hints needed. I use Synplify Pro as my synthesis tool.
If I'm not mistaken, this is a dual port synchronous RAM that I need to infer.
library ieee;
…

Fluffy
- 298
- 4
- 16
-1
votes
1 answer
Is it possible to display a custom error message in Synplify syntezis with SystemVerilog code?
I write some library module on SystemVerilog. I want to check input parameters on synthesis and then if their values are wrong I want to stop synthesis with a custom error that will tell which parameter value is wrong.
For the Quartus I have write…

Arseniy
- 2,150
- 11
- 29