diff options
author | Rahul P | 2019-11-27 11:30:56 +0530 |
---|---|---|
committer | GitHub | 2019-11-27 11:30:56 +0530 |
commit | b62a760722cbccfa86374e17f1c4115658cee7bf (patch) | |
tree | f5b7265c37d54d0cef76648a1b6ec67e3bef279a /src/modelParamXML | |
parent | 9b03e1583d7606377e70115b5fb615def4f9f55a (diff) | |
parent | a8a9475bf48390119f605fef4c468c07c2d32301 (diff) | |
download | eSim-b62a760722cbccfa86374e17f1c4115658cee7bf.tar.gz eSim-b62a760722cbccfa86374e17f1c4115658cee7bf.tar.bz2 eSim-b62a760722cbccfa86374e17f1c4115658cee7bf.zip |
Merge pull request #118 from rahulp13/master
update installer
Diffstat (limited to 'src/modelParamXML')
-rw-r--r-- | src/modelParamXML/Nghdl/.gitignore | 4 | ||||
-rw-r--r-- | src/modelParamXML/Nghdl/full_adder_sl.xml | 1 | ||||
-rw-r--r-- | src/modelParamXML/Nghdl/inverter.xml | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/src/modelParamXML/Nghdl/.gitignore b/src/modelParamXML/Nghdl/.gitignore new file mode 100644 index 00000000..86d0cb27 --- /dev/null +++ b/src/modelParamXML/Nghdl/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore
\ No newline at end of file diff --git a/src/modelParamXML/Nghdl/full_adder_sl.xml b/src/modelParamXML/Nghdl/full_adder_sl.xml deleted file mode 100644 index 3758039f..00000000 --- a/src/modelParamXML/Nghdl/full_adder_sl.xml +++ /dev/null @@ -1 +0,0 @@ -<model><name>full_adder_sl</name><type>Nghdl</type><node_number>5</node_number><title>Add parameters for full_adder_sl</title><split>1-V:1-V:1-V:1-V:1-V</split><param><rise_delay default="1.0e-9">Enter Rise Delay (default=1.0e-9)</rise_delay><fall_delay default="1.0e-9">Enter Fall Delay (default=1.0e-9)</fall_delay><input_load default="1.0e-12">Enter Input Load (default=1.0e-12)</input_load><instance_id default="1">Enter Instance ID (Between 0-99)</instance_id><stop_time default="90e-9">Enter the stop time to end the simulation (default=90e-9)</stop_time></param></model>
\ No newline at end of file diff --git a/src/modelParamXML/Nghdl/inverter.xml b/src/modelParamXML/Nghdl/inverter.xml deleted file mode 100644 index df705ccc..00000000 --- a/src/modelParamXML/Nghdl/inverter.xml +++ /dev/null @@ -1 +0,0 @@ -<model><name>inverter</name><type>Nghdl</type><node_number>2</node_number><title>Add parameters for inverter</title><split>1-V:1-V</split><param><rise_delay default="1.0e-9">Enter Rise Delay (default=1.0e-9)</rise_delay><fall_delay default="1.0e-9">Enter Fall Delay (default=1.0e-9)</fall_delay><input_load default="1.0e-12">Enter Input Load (default=1.0e-12)</input_load><instance_id default="1">Enter Instance ID (Between 0-99)</instance_id><stop_time default="90e-9">Enter the stop time to end the simulation (default=90e-9)</stop_time></param></model>
\ No newline at end of file |