-
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.
Changed processor clock to be independent of the USB clock. Set proce…
…ssor clock to be 80MHz. The UART will now be at 115200*80/60=153600 baud
- Loading branch information
Showing
18 changed files
with
4,116 additions
and
55 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
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
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,16 +1,16 @@ | ||
<?xml version="1.0" ?> | ||
<RadiantModule architecture="LIFCL" date="2024 02 14 16:06:43" device="LIFCL-33U" gen_platform="Radiant" generator="ipgen" library="module" module="pll" name="main_pll" package="FCCSP104" source_format="Verilog" speed="7_High-Performance_1.0V" vendor="latticesemi.com" version="1.8.0"> | ||
<RadiantModule architecture="LIFCL" date="2024 03 17 12:20:48" device="LIFCL-33U" gen_platform="Radiant" generator="ipgen" library="module" module="pll" name="main_pll" package="FCCSP104" source_format="Verilog" speed="7_High-Performance_1.0V" vendor="latticesemi.com" version="1.8.0"> | ||
<Package> | ||
<File modified="2024 02 14 16:06:43" name="rtl/main_pll_bb.v" type="black_box_verilog"/> | ||
<File modified="2024 02 14 16:06:43" name="main_pll.cfg" type="cfg"/> | ||
<File modified="2024 02 14 16:06:43" name="misc/main_pll_tmpl.v" type="template_verilog"/> | ||
<File modified="2024 02 14 16:06:43" name="misc/main_pll_tmpl.vhd" type="template_vhdl"/> | ||
<File modified="2024 02 14 16:06:43" name="rtl/main_pll.v" type="top_level_verilog"/> | ||
<File modified="2024 02 14 16:06:43" name="constraints/main_pll.ldc" type="timing_constraints"/> | ||
<File modified="2024 02 14 16:06:43" name="testbench/dut_params.v" type="dependency_file"/> | ||
<File modified="2024 02 14 16:06:43" name="testbench/dut_inst.v" type="dependency_file"/> | ||
<File modified="2024 02 14 16:06:43" name="component.xml" type="IP-XACT_component"/> | ||
<File modified="2024 02 14 16:06:43" name="design.xml" type="IP-XACT_design"/> | ||
<File modified="2024 03 17 12:20:48" name="rtl/main_pll_bb.v" type="black_box_verilog"/> | ||
<File modified="2024 03 17 12:20:48" name="main_pll.cfg" type="cfg"/> | ||
<File modified="2024 03 17 12:20:48" name="misc/main_pll_tmpl.v" type="template_verilog"/> | ||
<File modified="2024 03 17 12:20:48" name="misc/main_pll_tmpl.vhd" type="template_vhdl"/> | ||
<File modified="2024 03 17 12:20:48" name="rtl/main_pll.v" type="top_level_verilog"/> | ||
<File modified="2024 03 17 12:20:48" name="constraints/main_pll.ldc" type="timing_constraints"/> | ||
<File modified="2024 03 17 12:20:48" name="testbench/dut_params.v" type="dependency_file"/> | ||
<File modified="2024 03 17 12:20:48" name="testbench/dut_inst.v" type="dependency_file"/> | ||
<File modified="2024 03 17 12:20:48" name="component.xml" type="IP-XACT_component"/> | ||
<File modified="2024 03 17 12:20:48" name="design.xml" type="IP-XACT_design"/> | ||
<File modified="2021 05 21 00:57:55" name="testbench/tb_top.v" type="testbench_verilog"/> | ||
</Package> | ||
</RadiantModule> |
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
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
Submodule stream_utils
added at
5f54bc
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.