Compiling First New Design #1457
-
If this is the wrong place to ask this question, please advise. Trying to get OpenLane running for my 1st attempt at a new design, but failing. (And I should probably note that I'm a software guy with a hardware interest, so very, very inexperienced in all this at this point.) For the 'new design' I am simply trying to replicate the pre-existing inverter.v demo design so that I have a proven design to work with. Therefore, simply trying to prove that I can make a new design structure and compile it. But I can't seem to do even this simple thing. So any help I can get getting through this very 1st stage would be greatly appreciated! Am running on fedora linux release 35. Installed OpenLane just fine and ran the test script just fine. Am now trying to just prove I can run my own designs. SO - here is my sequence of actions leading to failure (I have tried about a half-dozen variations, all with the same failure mode - the below is my, shall we say, 'baseline' failure sequence): First - prove I can compile a pre-existing demo design. In docker I execute: I initiate my own design: Then I add a src directory and empty jeff_2ndTry.v file. So I have the following: In my text editor I copy/paste the entire contents of designs/inverter/src/inverter.v to my designs/jeff_2ndTry/src/jeff_2ndTry.v verilog file. Contents of designs/jeff_2ndTry/src/jeff_2ndTry.v and designs/jeff_2ndTry/config.json provided below the output error listing. Then in docker I execute:
designs/jeff_2ndTry/config.json
designs/jeff_2ndTry/src/jeff_2ndTry.v
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@JeffRocchio Use below format.
|
Beta Was this translation helpful? Give feedback.
@JeffRocchio
Your source file module name need to updated as well.
Use below format.