add new pic
This commit is contained in:
parent
1f41f702e2
commit
7fdf4e7739
62 changed files with 9348 additions and 0 deletions
91
output_files/chip8.asm.rpt
Normal file
91
output_files/chip8.asm.rpt
Normal file
|
@ -0,0 +1,91 @@
|
|||
Assembler report for chip8
|
||||
Sun Apr 7 23:52:17 2024
|
||||
Quartus Prime Version 23.1std.0 Build 991 11/28/2023 SC Lite Edition
|
||||
|
||||
|
||||
---------------------
|
||||
; Table of Contents ;
|
||||
---------------------
|
||||
1. Legal Notice
|
||||
2. Assembler Summary
|
||||
3. Assembler Settings
|
||||
4. Assembler Generated Files
|
||||
5. Assembler Device Options: chip8.sof
|
||||
6. Assembler Messages
|
||||
|
||||
|
||||
|
||||
----------------
|
||||
; Legal Notice ;
|
||||
----------------
|
||||
Copyright (C) 2023 Intel Corporation. All rights reserved.
|
||||
Your use of Intel Corporation's design tools, logic functions
|
||||
and other software and tools, and any partner logic
|
||||
functions, and any output files from any of the foregoing
|
||||
(including device programming or simulation files), and any
|
||||
associated documentation or information are expressly subject
|
||||
to the terms and conditions of the Intel Program License
|
||||
Subscription Agreement, the Intel Quartus Prime License Agreement,
|
||||
the Intel FPGA IP License Agreement, or other applicable license
|
||||
agreement, including, without limitation, that your use is for
|
||||
the sole purpose of programming logic devices manufactured by
|
||||
Intel and sold by Intel or its authorized distributors. Please
|
||||
refer to the applicable agreement for further details, at
|
||||
https://fpgasoftware.intel.com/eula.
|
||||
|
||||
|
||||
|
||||
+---------------------------------------------------------------+
|
||||
; Assembler Summary ;
|
||||
+-----------------------+---------------------------------------+
|
||||
; Assembler Status ; Successful - Sun Apr 7 23:52:17 2024 ;
|
||||
; Revision Name ; chip8 ;
|
||||
; Top-level Entity Name ; chip8 ;
|
||||
; Family ; Cyclone V ;
|
||||
; Device ; 5CSEBA6U23I7 ;
|
||||
+-----------------------+---------------------------------------+
|
||||
|
||||
|
||||
+----------------------------------+
|
||||
; Assembler Settings ;
|
||||
+--------+---------+---------------+
|
||||
; Option ; Setting ; Default Value ;
|
||||
+--------+---------+---------------+
|
||||
|
||||
|
||||
+-------------------------------------------------------------------------------+
|
||||
; Assembler Generated Files ;
|
||||
+-------------------------------------------------------------------------------+
|
||||
; File Name ;
|
||||
+-------------------------------------------------------------------------------+
|
||||
; /home/nickorlow/programming/school/warminster/yayacemu/output_files/chip8.sof ;
|
||||
+-------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
+-------------------------------------+
|
||||
; Assembler Device Options: chip8.sof ;
|
||||
+----------------+--------------------+
|
||||
; Option ; Setting ;
|
||||
+----------------+--------------------+
|
||||
; JTAG usercode ; 0x02233A94 ;
|
||||
; Checksum ; 0x02233A94 ;
|
||||
+----------------+--------------------+
|
||||
|
||||
|
||||
+--------------------+
|
||||
; Assembler Messages ;
|
||||
+--------------------+
|
||||
Info: *******************************************************************
|
||||
Info: Running Quartus Prime Assembler
|
||||
Info: Version 23.1std.0 Build 991 11/28/2023 SC Lite Edition
|
||||
Info: Processing started: Sun Apr 7 23:52:10 2024
|
||||
Info: Command: quartus_asm --read_settings_files=off --write_settings_files=off chip8 -c chip8
|
||||
Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance.
|
||||
Info (115030): Assembler is generating device programming files
|
||||
Info: Quartus Prime Assembler was successful. 0 errors, 1 warning
|
||||
Info: Peak virtual memory: 631 megabytes
|
||||
Info: Processing ended: Sun Apr 7 23:52:17 2024
|
||||
Info: Elapsed time: 00:00:07
|
||||
Info: Total CPU time (on all processors): 00:00:07
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue