the Not16 chip's port is like this
IN in[16];
OUT out[16];
I've implemented Not chip. so is there any syntax like for(; ;) in C programming language?
Shall I write 16 lines of every bit?
In addition, I have another question: When I've loaded the chip into Hardware Simulator, Why I can't modify the chip's .hdl file and save it?
I just exit the Simulator, modify the .hdl file, then save it, then open Simulator.. I find it's quite not sensible.
thanks a lot.