Skip to content

Compiling First New Design #1457

Answered by vijayank88
JeffRocchio asked this question in General
Discussion options

You must be logged in to vote

@JeffRocchio
Your source file module name need to updated as well.

Use below format.

module jeff_2ndTry (
    input wire in,
    output out );

    assign out = !in;

endmodule

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JeffRocchio
Comment options

Answer selected by vijayank88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants