大神,之前不是有几个input的警告吗,我把他改成inout以后,警告没了,但做仿真,就报错了。
Error-[VIHIOP] Variable in high conn of inout port
jsttb.v, 28
"clk_main_in"
This variable is not a net, it cannot be connected to an inout port.
"jsttb.v", 42: jstwrapper uut( .pad_clk_main_in (clk_main_in), .pad_sd_in
(sd_in), .pad_rst_n (rst_n), .pad_cfg_curr_mode (cfg_curr_mode),
.pad_sd_out (sd_out), .pad_rp ...
做仿真的时候输入只能是input吗?
|