-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sw): flash test at boot, clean firmware
- add fpga_wrapper_tool.sdc constraints to remove synthesis warning - clean firmware program - add flash test to bootloader
- Loading branch information
Showing
3 changed files
with
92 additions
and
197 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
hardware/fpga/vivado/iob_soc_opencryptolinux_fpga_wrapper_tool.sdc
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,9 @@ | ||
################################################################################ | ||
## Synchronizers | ||
################################################################################ | ||
set_property ASYNC_REG TRUE [get_cells -hier {*iob_r_data_o*[*]}] | ||
|
||
################################################################################ | ||
## Clock groups | ||
################################################################################# | ||
set_clock_groups -asynchronous -group {c0_sys_clk_clk_p} -group {enet_clk} |
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