I've used a design compiler to produce a netlist for a simple serial adder.
I want to add a watermark to the design, which requires me to add a few gates and flip flops to the design.
How can I test the code after making edits (I'm not sure how to compile gate-level code, usually use ModelSim) to make sure it works, and how do I compile the new netlist.
P.S I am a noob, sry, any links to fundemental tutorials and stuff can help, thx :)
You can compile and simulate a netlist just like any other verilog design files. You will need to include the library files for the technology you synthesized for as part of your compilation filelist