Skip to content
Snippets Groups Projects
Commit 1804f5a0 authored by Deike, Benedikt's avatar Deike, Benedikt
Browse files

Update Hardware/Makefile

Deleted Hardware/package/.gitkeep
parent 697a6a2d
No related branches found
No related tags found
1 merge request!1Update Hardware/Makefile
compile : clear
ghdl -i --workdir=./ components/CU.vhd components/datapath.vhd \
components/EBI.vhd components/PC.vhd components/SRAM.vhd \
package/pkgProcessor.vhd processor.vhd testbench.vhd
packages/pkgProcessor.vhd processor.vhd testbench.vhd
ghdl -a --ieee=synopsys package/pkgProcessor.vhd
ghdl -a --ieee=synopsys components/SRAM.vhd
ghdl -a --ieee=synopsys components/CU.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment