diff options
| author | Johann Faerber <johann.faerber@hs-augsburg.de> | 2022-03-13 16:07:05 +0100 | 
|---|---|---|
| committer | Johann Faerber <johann.faerber@hs-augsburg.de> | 2022-03-13 16:07:05 +0100 | 
| commit | 16fb5e54b5486e20facbd720b62f21521e3417cf (patch) | |
| tree | 8e7e3d0d7353728154ce0cd144da89b72972accd /sim/pwm/makefile | |
| parent | de2f6cd37b8906f63bc5e007339aa40fc409ba2f (diff) | |
removed sim/pwm and pnr/de1_pwm
Diffstat (limited to 'sim/pwm/makefile')
| -rw-r--r-- | sim/pwm/makefile | 67 | 
1 files changed, 0 insertions, 67 deletions
| diff --git a/sim/pwm/makefile b/sim/pwm/makefile deleted file mode 100644 index 962c45a..0000000 --- a/sim/pwm/makefile +++ /dev/null @@ -1,67 +0,0 @@ -## ---------------------------------------------------------------------------- -## Script     : makefile -## ---------------------------------------------------------------------------- -## Author     : Johann Faerber, Friedrich Beckmann -## Company    : University of Applied Sciences Augsburg -## ---------------------------------------------------------------------------- -## Description: This makefile allows automating design flow with ModelSim, -##              it is based on a design directory structure described in  -##              ../makefile -## ---------------------------------------------------------------------------- - -################################################################### -# Project Configuration:  -# -# assign variable PROJECT with the top level project name -# -# Prerequisite:  -#   - mandatory design directory structure (see end of file) -#   - assumes file name of testbench t_$(PROJECT).vhd -################################################################### - -PROJECT = pwm - -include ./makefile.sources - -# Add here the testbench file -SOURCE_FILES = $(SYN_SOURCE_FILES) \ -../../src/t_$(PROJECT).vhd - -include ../makefile - -## ---------------------------------------------------------------------------- -## 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 -## ---------------------------------------------------------------------------- - | 
