diff options
Diffstat (limited to 'scripts/design_project_directory_structure.txt')
-rw-r--r-- | scripts/design_project_directory_structure.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/scripts/design_project_directory_structure.txt b/scripts/design_project_directory_structure.txt new file mode 100644 index 0000000..6beefbb --- /dev/null +++ b/scripts/design_project_directory_structure.txt @@ -0,0 +1,35 @@ +## ---------------------------------------------------------------------------- +## Description: +## ------------ +## assumes the following design directory structure as prerequisite +## +## DigitaltechnikPraktikum +## | +## +---src +## | and2gate_equation.vhd +## | invgate_equation.vhd +## | mux2to1_structure.vhd +## | or2gate_equation.vhd +## | t_mux2to1.vhd +## | de1_mux2to1_structure.vhd +## | +## +---sim +## | | makefile +## | | +## | \---mux2to1 +## | makefile +## | makefile.sources +## | +## +---pnr +## | | makefile +## | | +## | \---de1_mux2to1 +## | de1_mux2to1_pins.tcl +## | makefile +## | +## \---scripts +## de1_pin_assignments_minimumio.csv +## de1_pin_assignments_minimumio.tcl +## modelsim.ini +## quartus_project_settings.tcl +## ---------------------------------------------------------------------------- |