generated from open-education-hub/oer-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
102 additions
and
101 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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...verilog/memory/drills/tasks/task2/task2.v → ...mory/drills/tasks/ram_reader/ram_reader.v
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,4 +1,4 @@ | ||
module task2 #( | ||
module ram_reader #( | ||
parameter p_data_width = 8, | ||
parameter p_address_width = 20 | ||
)( | ||
|
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
chapters/verilog/memory/drills/tasks/ram_reader/tcl_files/build.tcl
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
create_project build build_project -part xc7a100tcsg324-1 -force | ||
import_files -force -fileset sources_1 -norecurse ram_reader.v | ||
import_files -force -fileset sim_1 -norecurse test_ram_reader.v | ||
import_files -force -fileset constrs_1 -norecurse ram_reader.xdc | ||
set_property top ram_reader [get_fileset sources_1] | ||
set_property top test_ram_reader [get_fileset sim_1] | ||
update_compile_order -fileset sources_1 | ||
update_compile_order -fileset sim_1 |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...verilog/memory/drills/tasks/task0/task0.v → ...g/memory/drills/tasks/register/register.v
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
8 changes: 8 additions & 0 deletions
8
chapters/verilog/memory/drills/tasks/register/tcl_files/build.tcl
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
create_project build build_project -part xc7a100tcsg324-1 -force | ||
import_files -force -fileset sources_1 -norecurse register.v | ||
import_files -force -fileset sim_1 -norecurse test_register.v | ||
import_files -force -fileset constrs_1 -norecurse register.xdc | ||
set_property top register [get_fileset sources_1] | ||
set_property top test_register [get_fileset sim_1] | ||
update_compile_order -fileset sources_1 | ||
update_compile_order -fileset sim_1 |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
Oops, something went wrong.