diff options
author | rahulp13 | 2020-01-01 13:58:10 +0530 |
---|---|---|
committer | rahulp13 | 2020-01-01 13:58:10 +0530 |
commit | 50dcd7cb84275f6f0e29ef9df538443e70e83b32 (patch) | |
tree | 43251df08cc8995fe451323dd462029b78a6db21 /Workflow.md | |
parent | 83eaefa28d5eea84f00276397445b707680293d5 (diff) | |
download | nghdl-50dcd7cb84275f6f0e29ef9df538443e70e83b32.tar.gz nghdl-50dcd7cb84275f6f0e29ef9df538443e70e83b32.tar.bz2 nghdl-50dcd7cb84275f6f0e29ef9df538443e70e83b32.zip |
updated files
Diffstat (limited to 'Workflow.md')
-rw-r--r-- | Workflow.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Workflow.md b/Workflow.md index 1077d32..dfd3502 100644 --- a/Workflow.md +++ b/Workflow.md @@ -55,7 +55,7 @@ - Generates the `lib` file for the model, to be used by `KiCad` - This is generated from a template stored at `Appconfig.py` - The generated `lib` is stored at `~/eSim_kicad.lib` -- Also creates `xml` file for the model, which is stored at eSim under `eSimLoc/src/modelParamXML/Nghdl +- Also creates `xml` file for the model, which is stored at eSim under `eSimLoc/src/modelParamXML/Nghdl` <br/> @@ -88,7 +88,7 @@ Finally all the relevant files are generated, now while executing ngspice, we ne <br/> -- To install ghdl from source, [this](https://github.com/ghdl/ghdl/issues/550) Github issue might be helpfu, the steps are - +- To install ghdl from source, [this](https://github.com/ghdl/ghdl/issues/550) Github issue might be helpful, the steps are - - - `sudo ./configure --with-llvm-config` - - sudo make - - sudo make install @@ -99,4 +99,3 @@ Finally all the relevant files are generated, now while executing ngspice, we ne - Also once ghdl is installed, to check syntax of your vhdl files use - `ghdl -s <vhdl file location>` -- Note that we need `std_vector_logic` as our ports here |