vead
Full Member level 5
- Joined
- Nov 27, 2011
- Messages
- 285
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- india
- Activity points
- 3,815
hello embers
I want to make port for microcontroller in verilog code
I want to write verilog code for 8 bit port
module port (data_in,data_out )
input[7:0] data_in;
output[7:0]data_out;
wire [7:0]data_out;
endmodule
I think its not enough tell me what I do to make port in verilog I did google but I did not get success
I want to make port for microcontroller in verilog code
I want to write verilog code for 8 bit port
module port (data_in,data_out )
input[7:0] data_in;
output[7:0]data_out;
wire [7:0]data_out;
endmodule
I think its not enough tell me what I do to make port in verilog I did google but I did not get success