simulate in ModelSim and synthesize in SynplifyPro
Posted: Sat May 14, 2022 3:42 pm
simulate in ModelSim and synthesize in SynplifyPro
SystemVerilog module sillyfunction(input logic a, b, c, output logic y); assign y=~a &~b &~C | a &~b &~C1 b ~ a & ~b & C; endmodule
SystemVerilog module sillyfunction(input logic a, b, c, output logic y); assign y=~a &~b &~C | a &~b &~C1 b ~ a & ~b & C; endmodule