create Makefile for example in verilator manual
This commit is contained in:
parent
f6803239c7
commit
97df569747
3 changed files with 64 additions and 10 deletions
|
@ -1,2 +1,7 @@
|
|||
module example();
|
||||
endmodule
|
||||
module top(
|
||||
input a,
|
||||
input b,
|
||||
output f
|
||||
);
|
||||
assign f = a ^ b;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue