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
I am a student and want learn by doing some work I want design 8 bit micro controller by verilog coding I know its very hard question but I need your help I want to start with basic as my knowledge I know little verilog programming
example
module modulename (input port, output port);
input port= ;
output port=;
begin
endmodule
1)so my question how to write input and output value for 8 bit controller
2) what will be input and output
3) what I need to know extra
example
module modulename (input port, output port);
input port= ;
output port=;
begin
endmodule
1)so my question how to write input and output value for 8 bit controller
2) what will be input and output
3) what I need to know extra