Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Nov 6, 2024
1 parent 68128bb commit 2029de7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project:
# Don't forget to also update `PROJECT_SOURCES` in test/Makefile.
source_files:
- "project.v"
- "lfsr.sv"
- "tt_um_lfsr_stevej.sv"

# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
Expand Down
2 changes: 1 addition & 1 deletion src/project.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

`default_nettype none

`include "lfsr.sv"
`include "tt_um_lfsr_stevej.sv"

module tt_um_example (
input wire [7:0] ui_in, // Dedicated inputs
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SIM ?= icarus
TOPLEVEL_LANG ?= verilog
SRC_DIR = $(PWD)/../src
PROJECT_SOURCES = project.v lfsr.sv
PROJECT_SOURCES = project.v tt_um_lfsr_stevej.sv

ifneq ($(GATES),yes)

Expand Down

0 comments on commit 2029de7

Please sign in to comment.