-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from birdybro/master
Fix naming scheme and file structure
- Loading branch information
Showing
9 changed files
with
225 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set_global_assignment -name VERILOG_FILE adpcm_decoder.v | ||
set_global_assignment -name VERILOG_FILE teletype.v | ||
set_global_assignment -name SYSTEMVERILOG_FILE rle_framebuffer.sv | ||
set_global_assignment -name VERILOG_FILE memory.v | ||
set_global_assignment -name VERILOG_FILE lfsr.v | ||
set_global_assignment -name SYSTEMVERILOG_FILE util.sv | ||
set_global_assignment -name SYSTEMVERILOG_FILE edsac_cpu.sv | ||
set_global_assignment -name SYSTEMVERILOG_FILE edsac.sv | ||
set_global_assignment -name VERILOG_FILE rtl/adpcm_decoder.v | ||
set_global_assignment -name VERILOG_FILE rtl/teletype.v | ||
set_global_assignment -name SYSTEMVERILOG_FILE rtl/rle_framebuffer.sv | ||
set_global_assignment -name VERILOG_FILE rtl/memory.v | ||
set_global_assignment -name VERILOG_FILE rtl/lfsr.v | ||
set_global_assignment -name SYSTEMVERILOG_FILE rtl/util.sv | ||
set_global_assignment -name SYSTEMVERILOG_FILE rtl/edsac_cpu.sv | ||
set_global_assignment -name SYSTEMVERILOG_FILE EDSAC.sv |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.