Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Commit 6baba98

Browse files
committed
75 MHz
1 parent 9b47b16 commit 6baba98

File tree

5 files changed

+281
-284
lines changed

5 files changed

+281
-284
lines changed

DE10_NANO_SOC_GHRD.qsf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,10 @@ set_global_assignment -name NUM_PARALLEL_PROCESSORS 8
403403
set_global_assignment -name OPTIMIZATION_MODE "AGGRESSIVE PERFORMANCE"
404404
set_global_assignment -name VERILOG_FILE DE10_NANO_SOC_GHRD.v
405405
set_global_assignment -name SDC_FILE DE10_NANO_SOC_GHRD.sdc
406-
set_global_assignment -name VERILOG_FILE ip/intr_capturer/intr_capturer.v
407406
set_global_assignment -name VERILOG_FILE ip/edge_detect/altera_edge_detector.v
408407
set_global_assignment -name VERILOG_FILE ip/debounce/debounce.v
409408
set_global_assignment -name QIP_FILE soc_system/synthesis/soc_system.qip
410409
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (Verilog)"
411410
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "VERILOG HDL" -section_id eda_simulation
412411

413-
set_global_assignment -name VERILOG_FILE miner_ip/permutation.v
414-
set_global_assignment -name VERILOG_FILE miner_ip/sha3_256_miner.v
415412
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Do not change the content of this file
2-
MD5 : d53a809f407df8110d573e44da1c892a
3-
CRC32 : 0xFE9504BC
2+
MD5 : 05f129a584ff7fc8ea0c2375bf10f748
3+
CRC32 : 0x04642965

soc_system.qsys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
<parameter name="width" value="8" />
819819
</module>
820820
<module name="miner_0" kind="miner" version="1.1" enabled="1">
821-
<parameter name="MINER_CLK_MHZ" value="78 MHz" />
821+
<parameter name="MINER_CLK_MHZ" value="75 MHz" />
822822
<parameter name="MINER_MAJ_VER" value="1" />
823823
<parameter name="MINER_MIN_VER" value="1" />
824824
<parameter name="STAGES" value="8" />

soc_system.sopcinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<EnsembleReport name="soc_system" kind="soc_system" version="1.0" fabric="QSYS">
33
<!-- Format version 18.1 625 (Future versions may contain additional information.) -->
4-
<!-- 2020.08.04.19:37:28 -->
4+
<!-- 2020.08.05.18:04:59 -->
55
<!-- A collection of modules and connections -->
66
<parameter name="AUTO_GENERATION_ID">
77
<type>java.lang.Integer</type>
8-
<value>1596584236</value>
8+
<value>1596665087</value>
99
<derived>false</derived>
1010
<enabled>true</enabled>
1111
<visible>false</visible>
@@ -76411,7 +76411,7 @@ the requested settings for a module instance. -->
7641176411
</assignment>
7641276412
<parameter name="MINER_CLK_MHZ">
7641376413
<type>java.lang.String</type>
76414-
<value>78 MHz</value>
76414+
<value>75 MHz</value>
7641576415
<derived>false</derived>
7641676416
<enabled>true</enabled>
7641776417
<visible>true</visible>

soc_system/soc_system.xml

Lines changed: 275 additions & 275 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)