Skip to content

Commit f1d3b8b

Browse files
committed
100warings
1 parent 020f1da commit f1d3b8b

File tree

114 files changed

+24132
-33648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+24132
-33648
lines changed

controller.bsf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ applicable agreement for further details.
8282
(port
8383
(pt 208 64)
8484
(output)
85-
(text "offset[7..0]" (rect 0 0 56 12)(font "Arial" ))
86-
(text "offset[7..0]" (rect 131 59 187 71)(font "Arial" ))
85+
(text "offset[3..0]" (rect 0 0 56 12)(font "Arial" ))
86+
(text "offset[3..0]" (rect 131 59 187 71)(font "Arial" ))
8787
(line (pt 208 64)(pt 192 64)(line_width 3))
8888
)
8989
(port

controller.vhd.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ entity controller is
55
port(timer: in std_logic_vector(2 downto 0);
66
instruction: in std_logic_vector(7 downto 0);
77
c,z,v,s: in std_logic;
8-
dest_reg,sour_reg: out std_logic_vector(1 downto 0);
8+
dest_reg,sour_reg: out std_logic_vector(2 downto 0);
99
offset: out std_logic_vector(3 downto 0);
1010
sst,sci,rec: out std_logic_vector(1 downto 0);
1111
alu_func,alu_in_sel: out std_logic_vector(2 downto 0);

cpu0.asm.rpt

Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Assembler report for cpu0
2-
Thu May 23 14:47:15 2024
3-
Quartus II 64-Bit Version 9.0 Build 132 02/25/2009 SJ Full Version
2+
Thu May 30 23:41:10 2024
3+
Quartus II Version 9.0 Build 132 02/25/2009 SJ Full Version
44

55

66
---------------------
@@ -9,7 +9,10 @@ Quartus II 64-Bit Version 9.0 Build 132 02/25/2009 SJ Full Version
99
1. Legal Notice
1010
2. Assembler Summary
1111
3. Assembler Settings
12-
4. Assembler Messages
12+
4. Assembler Generated Files
13+
5. Assembler Device Options: D:/����/CPU8bit-main/CPU8bit-main/cpu0.sof
14+
6. Assembler Device Options: D:/����/CPU8bit-main/CPU8bit-main/cpu0.pof
15+
7. Assembler Messages
1316

1417

1518

@@ -35,7 +38,7 @@ applicable agreement for further details.
3538
+---------------------------------------------------------------+
3639
; Assembler Summary ;
3740
+-----------------------+---------------------------------------+
38-
; Assembler Status ; Successful - Thu May 23 14:47:15 2024 ;
41+
; Assembler Status ; Successful - Thu May 30 23:41:10 2024 ;
3942
; Revision Name ; cpu0 ;
4043
; Top-level Entity Name ; cpu0 ;
4144
; Family ; Cyclone ;
@@ -73,19 +76,52 @@ applicable agreement for further details.
7376
+-----------------------------------------------------------------------------+----------+---------------+
7477

7578

79+
+--------------------------------------------+
80+
; Assembler Generated Files ;
81+
+--------------------------------------------+
82+
; File Name ;
83+
+--------------------------------------------+
84+
; D:/����/CPU8bit-main/CPU8bit-main/cpu0.sof ;
85+
; D:/����/CPU8bit-main/CPU8bit-main/cpu0.pof ;
86+
+--------------------------------------------+
87+
88+
89+
+----------------------------------------------------------------------+
90+
; Assembler Device Options: D:/����/CPU8bit-main/CPU8bit-main/cpu0.sof ;
91+
+----------------+-----------------------------------------------------+
92+
; Option ; Setting ;
93+
+----------------+-----------------------------------------------------+
94+
; Device ; EP1C12Q240C8 ;
95+
; JTAG usercode ; 0xFFFFFFFF ;
96+
; Checksum ; 0x001FAB11 ;
97+
+----------------+-----------------------------------------------------+
98+
99+
100+
+----------------------------------------------------------------------+
101+
; Assembler Device Options: D:/����/CPU8bit-main/CPU8bit-main/cpu0.pof ;
102+
+--------------------+-------------------------------------------------+
103+
; Option ; Setting ;
104+
+--------------------+-------------------------------------------------+
105+
; Device ; EPCS4 ;
106+
; JTAG usercode ; 0x00000000 ;
107+
; Checksum ; 0x06AB5F39 ;
108+
; Compression Ratio ; 2 ;
109+
+--------------------+-------------------------------------------------+
110+
111+
76112
+--------------------+
77113
; Assembler Messages ;
78114
+--------------------+
79115
Info: *******************************************************************
80-
Info: Running Quartus II 64-Bit Assembler
116+
Info: Running Quartus II Assembler
81117
Info: Version 9.0 Build 132 02/25/2009 SJ Full Version
82-
Info: Processing started: Thu May 23 14:47:15 2024
118+
Info: Processing started: Thu May 30 23:41:08 2024
83119
Info: Command: quartus_asm --read_settings_files=off --write_settings_files=off cpu0 -c cpu0
84-
Warning: Can't generate programming files because you are currently using the Quartus II software in Evaluation Mode
85-
Info: Quartus II 64-Bit Assembler was successful. 0 errors, 9 warnings
86-
Info: Peak virtual memory: 4366 megabytes
87-
Info: Processing ended: Thu May 23 14:47:15 2024
88-
Info: Elapsed time: 00:00:00
89-
Info: Total CPU time (on all processors): 00:00:00
120+
Info: Assembler is generating device programming files
121+
Info: Quartus II Assembler was successful. 0 errors, 0 warnings
122+
Info: Peak virtual memory: 232 megabytes
123+
Info: Processing ended: Thu May 30 23:41:10 2024
124+
Info: Elapsed time: 00:00:02
125+
Info: Total CPU time (on all processors): 00:00:01
90126

91127

0 commit comments

Comments
 (0)