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
simulate in ModelSim and synthesize in SynplifyPro
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
simulate in ModelSim and synthesize in SynplifyPro
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!