Initial commit
This commit is contained in:
45
Exp2/Exp2.runs/synth_1/.Xil/VotingMachine_propImpl.xdc
Normal file
45
Exp2/Exp2.runs/synth_1/.Xil/VotingMachine_propImpl.xdc
Normal file
@@ -0,0 +1,45 @@
|
||||
set_property SRC_FILE_INFO {cfile:F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/constrs_1/new/VotingMachine.xdc rfile:../../../Exp2.srcs/constrs_1/new/VotingMachine.xdc id:1} [current_design]
|
||||
set_property src_info {type:XDC file:1 line:15 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN B4 [get_ports {seg1[6]}]
|
||||
set_property src_info {type:XDC file:1 line:16 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN A4 [get_ports {seg1[5]}]
|
||||
set_property src_info {type:XDC file:1 line:17 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN A3 [get_ports {seg1[4]}]
|
||||
set_property src_info {type:XDC file:1 line:18 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN B1 [get_ports {seg1[3]}]
|
||||
set_property src_info {type:XDC file:1 line:19 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN A1 [get_ports {seg1[2]}]
|
||||
set_property src_info {type:XDC file:1 line:20 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN B3 [get_ports {seg1[1]}]
|
||||
set_property src_info {type:XDC file:1 line:21 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN B2 [get_ports {seg1[0]}]
|
||||
set_property src_info {type:XDC file:1 line:22 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN D4 [get_ports {seg2[6]}]
|
||||
set_property src_info {type:XDC file:1 line:23 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN E3 [get_ports {seg2[5]}]
|
||||
set_property src_info {type:XDC file:1 line:24 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN D3 [get_ports {seg2[4]}]
|
||||
set_property src_info {type:XDC file:1 line:25 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN F4 [get_ports {seg2[3]}]
|
||||
set_property src_info {type:XDC file:1 line:26 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN F3 [get_ports {seg2[2]}]
|
||||
set_property src_info {type:XDC file:1 line:27 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN E2 [get_ports {seg2[1]}]
|
||||
set_property src_info {type:XDC file:1 line:28 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN D2 [get_ports {seg2[0]}]
|
||||
set_property src_info {type:XDC file:1 line:38 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN G2 [get_ports {seg_cs1[3]}]
|
||||
set_property src_info {type:XDC file:1 line:39 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN C2 [get_ports {seg_cs1[2]}]
|
||||
set_property src_info {type:XDC file:1 line:40 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN C1 [get_ports {seg_cs1[1]}]
|
||||
set_property src_info {type:XDC file:1 line:41 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN H1 [get_ports {seg_cs1[0]}]
|
||||
set_property src_info {type:XDC file:1 line:42 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN G1 [get_ports {seg_cs2[3]}]
|
||||
set_property src_info {type:XDC file:1 line:43 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN F1 [get_ports {seg_cs2[2]}]
|
||||
set_property src_info {type:XDC file:1 line:44 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN E1 [get_ports {seg_cs2[1]}]
|
||||
set_property src_info {type:XDC file:1 line:45 export:INPUT save:INPUT read:READ} [current_design]
|
||||
set_property PACKAGE_PIN G6 [get_ports {seg_cs2[0]}]
|
||||
BIN
Exp2/Exp2.runs/synth_1/VotingMachine.dcp
Normal file
BIN
Exp2/Exp2.runs/synth_1/VotingMachine.dcp
Normal file
Binary file not shown.
60
Exp2/Exp2.runs/synth_1/VotingMachine.tcl
Normal file
60
Exp2/Exp2.runs/synth_1/VotingMachine.tcl
Normal file
@@ -0,0 +1,60 @@
|
||||
#
|
||||
# Synthesis run script generated by Vivado
|
||||
#
|
||||
|
||||
proc create_report { reportName command } {
|
||||
set status "."
|
||||
append status $reportName ".fail"
|
||||
if { [file exists $status] } {
|
||||
eval file delete [glob $status]
|
||||
}
|
||||
send_msg_id runtcl-4 info "Executing : $command"
|
||||
set retval [eval catch { $command } msg]
|
||||
if { $retval != 0 } {
|
||||
set fp [open $status w]
|
||||
close $fp
|
||||
send_msg_id runtcl-5 warning "$msg"
|
||||
}
|
||||
}
|
||||
set_param synth.incrementalSynthesisCache C:/Users/Launchcore/AppData/Roaming/Xilinx/Vivado/.Xil/Vivado-8484-W10-20240912132/incrSyn
|
||||
set_msg_config -id {Synth 8-256} -limit 10000
|
||||
set_msg_config -id {Synth 8-638} -limit 10000
|
||||
create_project -in_memory -part xc7a35tcsg324-1
|
||||
|
||||
set_param project.singleFileAddWarning.threshold 0
|
||||
set_param project.compositeFile.enableAutoGeneration 0
|
||||
set_param synth.vivado.isSynthRun true
|
||||
set_property webtalk.parent_dir F:/Schoolwork/DigitalLogic/Exp2/Exp2.cache/wt [current_project]
|
||||
set_property parent.project_path F:/Schoolwork/DigitalLogic/Exp2/Exp2.xpr [current_project]
|
||||
set_property default_lib xil_defaultlib [current_project]
|
||||
set_property target_language Verilog [current_project]
|
||||
set_property ip_output_repo f:/Schoolwork/DigitalLogic/Exp2/Exp2.cache/ip [current_project]
|
||||
set_property ip_cache_permissions {read write} [current_project]
|
||||
read_verilog -library xil_defaultlib {
|
||||
F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/CoreModule.v
|
||||
F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/SegDisplayCtrl.v
|
||||
F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/VotingMachine.v
|
||||
}
|
||||
# Mark all dcp files as not used in implementation to prevent them from being
|
||||
# stitched into the results of this synthesis run. Any black boxes in the
|
||||
# design are intentionally left as such for best results. Dcp files will be
|
||||
# stitched into the design at a later time, either when this synthesis run is
|
||||
# opened, or when it is stitched into a dependent implementation run.
|
||||
foreach dcp [get_files -quiet -all -filter file_type=="Design\ Checkpoint"] {
|
||||
set_property used_in_implementation false $dcp
|
||||
}
|
||||
read_xdc F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/constrs_1/new/VotingMachine.xdc
|
||||
set_property used_in_implementation false [get_files F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/constrs_1/new/VotingMachine.xdc]
|
||||
|
||||
set_param ips.enableIPCacheLiteLoad 0
|
||||
close [open __synthesis_is_running__ w]
|
||||
|
||||
synth_design -top VotingMachine -part xc7a35tcsg324-1
|
||||
|
||||
|
||||
# disable binary constraint mode for synth run checkpoints
|
||||
set_param constraints.enableBinaryConstraints false
|
||||
write_checkpoint -force -noxdef VotingMachine.dcp
|
||||
create_report "synth_1_synth_report_utilization_0" "report_utilization -file VotingMachine_utilization_synth.rpt -pb VotingMachine_utilization_synth.pb"
|
||||
file delete __synthesis_is_running__
|
||||
close [open __synthesis_is_complete__ w]
|
||||
296
Exp2/Exp2.runs/synth_1/VotingMachine.vds
Normal file
296
Exp2/Exp2.runs/synth_1/VotingMachine.vds
Normal file
@@ -0,0 +1,296 @@
|
||||
#-----------------------------------------------------------
|
||||
# Vivado v2018.1 (64-bit)
|
||||
# SW Build 2188600 on Wed Apr 4 18:40:38 MDT 2018
|
||||
# IP Build 2185939 on Wed Apr 4 20:55:05 MDT 2018
|
||||
# Start of session at: Wed Oct 30 22:07:18 2024
|
||||
# Process ID: 5816
|
||||
# Current directory: F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1
|
||||
# Command line: vivado.exe -log VotingMachine.vds -product Vivado -mode batch -messageDb vivado.pb -notrace -source VotingMachine.tcl
|
||||
# Log file: F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1/VotingMachine.vds
|
||||
# Journal file: F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1\vivado.jou
|
||||
#-----------------------------------------------------------
|
||||
source VotingMachine.tcl -notrace
|
||||
Command: synth_design -top VotingMachine -part xc7a35tcsg324-1
|
||||
Starting synth_design
|
||||
Attempting to get a license for feature 'Synthesis' and/or device 'xc7a35t'
|
||||
INFO: [Common 17-349] Got license for feature 'Synthesis' and/or device 'xc7a35t'
|
||||
INFO: Launching helper process for spawning children vivado processes
|
||||
INFO: Helper process launched with PID 8088
|
||||
---------------------------------------------------------------------------------
|
||||
Starting RTL Elaboration : Time (s): cpu = 00:00:04 ; elapsed = 00:00:04 . Memory (MB): peak = 409.586 ; gain = 97.223
|
||||
---------------------------------------------------------------------------------
|
||||
INFO: [Synth 8-6157] synthesizing module 'VotingMachine' [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/VotingMachine.v:23]
|
||||
INFO: [Synth 8-6157] synthesizing module 'CoreModule' [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/CoreModule.v:23]
|
||||
INFO: [Synth 8-6155] done synthesizing module 'CoreModule' (1#1) [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/CoreModule.v:23]
|
||||
INFO: [Synth 8-6157] synthesizing module 'SegDisplayCtrl' [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/SegDisplayCtrl.v:23]
|
||||
INFO: [Synth 8-6155] done synthesizing module 'SegDisplayCtrl' (2#1) [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/SegDisplayCtrl.v:23]
|
||||
INFO: [Synth 8-6155] done synthesizing module 'VotingMachine' (3#1) [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/sources_1/new/VotingMachine.v:23]
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[3] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[2] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[1] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[0] driven by constant 1
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[3] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[2] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[1] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[0] driven by constant 1
|
||||
---------------------------------------------------------------------------------
|
||||
Finished RTL Elaboration : Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB): peak = 465.242 ; gain = 152.879
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report Check Netlist:
|
||||
+------+------------------+-------+---------+-------+------------------+
|
||||
| |Item |Errors |Warnings |Status |Description |
|
||||
+------+------------------+-------+---------+-------+------------------+
|
||||
|1 |multi_driven_nets | 0| 0|Passed |Multi driven nets |
|
||||
+------+------------------+-------+---------+-------+------------------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start Handling Custom Attributes
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Handling Custom Attributes : Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB): peak = 465.242 ; gain = 152.879
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished RTL Optimization Phase 1 : Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB): peak = 465.242 ; gain = 152.879
|
||||
---------------------------------------------------------------------------------
|
||||
INFO: [Device 21-403] Loading part xc7a35tcsg324-1
|
||||
INFO: [Project 1-570] Preparing netlist for logic optimization
|
||||
|
||||
Processing XDC Constraints
|
||||
Initializing timing engine
|
||||
Parsing XDC File [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/constrs_1/new/VotingMachine.xdc]
|
||||
Finished Parsing XDC File [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/constrs_1/new/VotingMachine.xdc]
|
||||
INFO: [Project 1-236] Implementation specific constraints were found while reading constraint file [F:/Schoolwork/DigitalLogic/Exp2/Exp2.srcs/constrs_1/new/VotingMachine.xdc]. These constraints will be ignored for synthesis but will be used in implementation. Impacted constraints are listed in the file [.Xil/VotingMachine_propImpl.xdc].
|
||||
Resolution: To avoid this warning, move constraints listed in [.Xil/VotingMachine_propImpl.xdc] to another XDC file and exclude this new file from synthesis with the used_in_synthesis property (File Properties dialog in GUI) and re-run elaboration/synthesis.
|
||||
Completed Processing XDC Constraints
|
||||
|
||||
INFO: [Project 1-111] Unisim Transformation Summary:
|
||||
No Unisim elements were transformed.
|
||||
|
||||
Constraint Validation Runtime : Time (s): cpu = 00:00:00 ; elapsed = 00:00:00.001 . Memory (MB): peak = 739.375 ; gain = 0.000
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Constraint Validation : Time (s): cpu = 00:00:13 ; elapsed = 00:00:15 . Memory (MB): peak = 739.375 ; gain = 427.012
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Loading Part and Timing Information
|
||||
---------------------------------------------------------------------------------
|
||||
Loading part: xc7a35tcsg324-1
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Loading Part and Timing Information : Time (s): cpu = 00:00:13 ; elapsed = 00:00:15 . Memory (MB): peak = 739.375 ; gain = 427.012
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Applying 'set_property' XDC Constraints
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished applying 'set_property' XDC Constraints : Time (s): cpu = 00:00:13 ; elapsed = 00:00:15 . Memory (MB): peak = 739.375 ; gain = 427.012
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished RTL Optimization Phase 2 : Time (s): cpu = 00:00:13 ; elapsed = 00:00:15 . Memory (MB): peak = 739.375 ; gain = 427.012
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report RTL Partitions:
|
||||
+-+--------------+------------+----------+
|
||||
| |RTL Partition |Replication |Instances |
|
||||
+-+--------------+------------+----------+
|
||||
+-+--------------+------------+----------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start RTL Component Statistics
|
||||
---------------------------------------------------------------------------------
|
||||
Detailed RTL Component Info :
|
||||
+---Adders :
|
||||
5 Input 3 Bit Adders := 1
|
||||
+---Muxes :
|
||||
7 Input 7 Bit Muxes := 1
|
||||
---------------------------------------------------------------------------------
|
||||
Finished RTL Component Statistics
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start RTL Hierarchical Component Statistics
|
||||
---------------------------------------------------------------------------------
|
||||
Hierarchical RTL Component report
|
||||
Module CoreModule
|
||||
Detailed RTL Component Info :
|
||||
+---Adders :
|
||||
5 Input 3 Bit Adders := 1
|
||||
Module SegDisplayCtrl
|
||||
Detailed RTL Component Info :
|
||||
+---Muxes :
|
||||
7 Input 7 Bit Muxes := 1
|
||||
---------------------------------------------------------------------------------
|
||||
Finished RTL Hierarchical Component Statistics
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Part Resource Summary
|
||||
---------------------------------------------------------------------------------
|
||||
Part Resources:
|
||||
DSPs: 90 (col length:60)
|
||||
BRAMs: 100 (col length: RAMB18 60 RAMB36 30)
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Part Resource Summary
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Cross Boundary and Area Optimization
|
||||
---------------------------------------------------------------------------------
|
||||
Warning: Parallel synthesis criteria is not met
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg2[6] driven by constant 1
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg2[4] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg2[3] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg2[2] driven by constant 1
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg2[1] driven by constant 1
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg2[0] driven by constant 1
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[3] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[2] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[1] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs1[0] driven by constant 1
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[3] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[2] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[1] driven by constant 0
|
||||
WARNING: [Synth 8-3917] design VotingMachine has port seg_cs2[0] driven by constant 1
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Cross Boundary and Area Optimization : Time (s): cpu = 00:00:14 ; elapsed = 00:00:15 . Memory (MB): peak = 739.375 ; gain = 427.012
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report RTL Partitions:
|
||||
+-+--------------+------------+----------+
|
||||
| |RTL Partition |Replication |Instances |
|
||||
+-+--------------+------------+----------+
|
||||
+-+--------------+------------+----------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start Applying XDC Timing Constraints
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Applying XDC Timing Constraints : Time (s): cpu = 00:00:21 ; elapsed = 00:00:23 . Memory (MB): peak = 783.949 ; gain = 471.586
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Timing Optimization
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Timing Optimization : Time (s): cpu = 00:00:21 ; elapsed = 00:00:23 . Memory (MB): peak = 783.949 ; gain = 471.586
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report RTL Partitions:
|
||||
+-+--------------+------------+----------+
|
||||
| |RTL Partition |Replication |Instances |
|
||||
+-+--------------+------------+----------+
|
||||
+-+--------------+------------+----------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start Technology Mapping
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Technology Mapping : Time (s): cpu = 00:00:21 ; elapsed = 00:00:23 . Memory (MB): peak = 784.660 ; gain = 472.297
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report RTL Partitions:
|
||||
+-+--------------+------------+----------+
|
||||
| |RTL Partition |Replication |Instances |
|
||||
+-+--------------+------------+----------+
|
||||
+-+--------------+------------+----------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start IO Insertion
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Flattening Before IO Insertion
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Flattening Before IO Insertion
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Final Netlist Cleanup
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Final Netlist Cleanup
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished IO Insertion : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report Check Netlist:
|
||||
+------+------------------+-------+---------+-------+------------------+
|
||||
| |Item |Errors |Warnings |Status |Description |
|
||||
+------+------------------+-------+---------+-------+------------------+
|
||||
|1 |multi_driven_nets | 0| 0|Passed |Multi driven nets |
|
||||
+------+------------------+-------+---------+-------+------------------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start Renaming Generated Instances
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Renaming Generated Instances : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report RTL Partitions:
|
||||
+-+--------------+------------+----------+
|
||||
| |RTL Partition |Replication |Instances |
|
||||
+-+--------------+------------+----------+
|
||||
+-+--------------+------------+----------+
|
||||
---------------------------------------------------------------------------------
|
||||
Start Rebuilding User Hierarchy
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Rebuilding User Hierarchy : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Renaming Generated Ports
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Renaming Generated Ports : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Handling Custom Attributes
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Handling Custom Attributes : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Renaming Generated Nets
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Renaming Generated Nets : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------------
|
||||
Start Writing Synthesis Report
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Report BlackBoxes:
|
||||
+-+--------------+----------+
|
||||
| |BlackBox name |Instances |
|
||||
+-+--------------+----------+
|
||||
+-+--------------+----------+
|
||||
|
||||
Report Cell Usage:
|
||||
+------+-----+------+
|
||||
| |Cell |Count |
|
||||
+------+-----+------+
|
||||
|1 |LUT5 | 7|
|
||||
|2 |IBUF | 5|
|
||||
|3 |OBUF | 22|
|
||||
+------+-----+------+
|
||||
|
||||
Report Instance Areas:
|
||||
+------+---------+---------------+------+
|
||||
| |Instance |Module |Cells |
|
||||
+------+---------+---------------+------+
|
||||
|1 |top | | 34|
|
||||
|2 | u1 |CoreModule | 1|
|
||||
|3 | u2 |SegDisplayCtrl | 6|
|
||||
+------+---------+---------------+------+
|
||||
---------------------------------------------------------------------------------
|
||||
Finished Writing Synthesis Report : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.789 ; gain = 473.426
|
||||
---------------------------------------------------------------------------------
|
||||
Synthesis finished with 0 errors, 0 critical warnings and 14 warnings.
|
||||
Synthesis Optimization Runtime : Time (s): cpu = 00:00:12 ; elapsed = 00:00:18 . Memory (MB): peak = 785.824 ; gain = 199.328
|
||||
Synthesis Optimization Complete : Time (s): cpu = 00:00:21 ; elapsed = 00:00:24 . Memory (MB): peak = 785.824 ; gain = 473.461
|
||||
INFO: [Project 1-571] Translating synthesized netlist
|
||||
INFO: [Netlist 29-17] Analyzing 5 Unisim elements for replacement
|
||||
INFO: [Netlist 29-28] Unisim Transformation completed in 0 CPU seconds
|
||||
INFO: [Project 1-570] Preparing netlist for logic optimization
|
||||
INFO: [Opt 31-138] Pushed 0 inverter(s) to 0 load pin(s).
|
||||
INFO: [Project 1-111] Unisim Transformation Summary:
|
||||
No Unisim elements were transformed.
|
||||
|
||||
INFO: [Common 17-83] Releasing license: Synthesis
|
||||
18 Infos, 22 Warnings, 0 Critical Warnings and 0 Errors encountered.
|
||||
synth_design completed successfully
|
||||
synth_design: Time (s): cpu = 00:00:23 ; elapsed = 00:00:27 . Memory (MB): peak = 803.844 ; gain = 504.035
|
||||
INFO: [Common 17-1381] The checkpoint 'F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1/VotingMachine.dcp' has been generated.
|
||||
INFO: [runtcl-4] Executing : report_utilization -file VotingMachine_utilization_synth.rpt -pb VotingMachine_utilization_synth.pb
|
||||
report_utilization: Time (s): cpu = 00:00:00 ; elapsed = 00:00:00.014 . Memory (MB): peak = 803.844 ; gain = 0.000
|
||||
INFO: [Common 17-206] Exiting Vivado at Wed Oct 30 22:07:51 2024...
|
||||
BIN
Exp2/Exp2.runs/synth_1/VotingMachine_utilization_synth.pb
Normal file
BIN
Exp2/Exp2.runs/synth_1/VotingMachine_utilization_synth.pb
Normal file
Binary file not shown.
170
Exp2/Exp2.runs/synth_1/VotingMachine_utilization_synth.rpt
Normal file
170
Exp2/Exp2.runs/synth_1/VotingMachine_utilization_synth.rpt
Normal file
@@ -0,0 +1,170 @@
|
||||
Copyright 1986-2018 Xilinx, Inc. All Rights Reserved.
|
||||
---------------------------------------------------------------------------------------------------------------------
|
||||
| Tool Version : Vivado v.2018.1 (win64) Build 2188600 Wed Apr 4 18:40:38 MDT 2018
|
||||
| Date : Wed Oct 30 22:07:51 2024
|
||||
| Host : W10-20240912132 running 64-bit major release (build 9200)
|
||||
| Command : report_utilization -file VotingMachine_utilization_synth.rpt -pb VotingMachine_utilization_synth.pb
|
||||
| Design : VotingMachine
|
||||
| Device : 7a35tcsg324-1
|
||||
| Design State : Synthesized
|
||||
---------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Utilization Design Information
|
||||
|
||||
Table of Contents
|
||||
-----------------
|
||||
1. Slice Logic
|
||||
1.1 Summary of Registers by Type
|
||||
2. Memory
|
||||
3. DSP
|
||||
4. IO and GT Specific
|
||||
5. Clocking
|
||||
6. Specific Feature
|
||||
7. Primitives
|
||||
8. Black Boxes
|
||||
9. Instantiated Netlists
|
||||
|
||||
1. Slice Logic
|
||||
--------------
|
||||
|
||||
+-------------------------+------+-------+-----------+-------+
|
||||
| Site Type | Used | Fixed | Available | Util% |
|
||||
+-------------------------+------+-------+-----------+-------+
|
||||
| Slice LUTs* | 4 | 0 | 20800 | 0.02 |
|
||||
| LUT as Logic | 4 | 0 | 20800 | 0.02 |
|
||||
| LUT as Memory | 0 | 0 | 9600 | 0.00 |
|
||||
| Slice Registers | 0 | 0 | 41600 | 0.00 |
|
||||
| Register as Flip Flop | 0 | 0 | 41600 | 0.00 |
|
||||
| Register as Latch | 0 | 0 | 41600 | 0.00 |
|
||||
| F7 Muxes | 0 | 0 | 16300 | 0.00 |
|
||||
| F8 Muxes | 0 | 0 | 8150 | 0.00 |
|
||||
+-------------------------+------+-------+-----------+-------+
|
||||
* Warning! The Final LUT count, after physical optimizations and full implementation, is typically lower. Run opt_design after synthesis, if not already completed, for a more realistic count.
|
||||
|
||||
|
||||
1.1 Summary of Registers by Type
|
||||
--------------------------------
|
||||
|
||||
+-------+--------------+-------------+--------------+
|
||||
| Total | Clock Enable | Synchronous | Asynchronous |
|
||||
+-------+--------------+-------------+--------------+
|
||||
| 0 | _ | - | - |
|
||||
| 0 | _ | - | Set |
|
||||
| 0 | _ | - | Reset |
|
||||
| 0 | _ | Set | - |
|
||||
| 0 | _ | Reset | - |
|
||||
| 0 | Yes | - | - |
|
||||
| 0 | Yes | - | Set |
|
||||
| 0 | Yes | - | Reset |
|
||||
| 0 | Yes | Set | - |
|
||||
| 0 | Yes | Reset | - |
|
||||
+-------+--------------+-------------+--------------+
|
||||
|
||||
|
||||
2. Memory
|
||||
---------
|
||||
|
||||
+----------------+------+-------+-----------+-------+
|
||||
| Site Type | Used | Fixed | Available | Util% |
|
||||
+----------------+------+-------+-----------+-------+
|
||||
| Block RAM Tile | 0 | 0 | 50 | 0.00 |
|
||||
| RAMB36/FIFO* | 0 | 0 | 50 | 0.00 |
|
||||
| RAMB18 | 0 | 0 | 100 | 0.00 |
|
||||
+----------------+------+-------+-----------+-------+
|
||||
* Note: Each Block RAM Tile only has one FIFO logic available and therefore can accommodate only one FIFO36E1 or one FIFO18E1. However, if a FIFO18E1 occupies a Block RAM Tile, that tile can still accommodate a RAMB18E1
|
||||
|
||||
|
||||
3. DSP
|
||||
------
|
||||
|
||||
+-----------+------+-------+-----------+-------+
|
||||
| Site Type | Used | Fixed | Available | Util% |
|
||||
+-----------+------+-------+-----------+-------+
|
||||
| DSPs | 0 | 0 | 90 | 0.00 |
|
||||
+-----------+------+-------+-----------+-------+
|
||||
|
||||
|
||||
4. IO and GT Specific
|
||||
---------------------
|
||||
|
||||
+-----------------------------+------+-------+-----------+-------+
|
||||
| Site Type | Used | Fixed | Available | Util% |
|
||||
+-----------------------------+------+-------+-----------+-------+
|
||||
| Bonded IOB | 27 | 0 | 210 | 12.86 |
|
||||
| Bonded IPADs | 0 | 0 | 2 | 0.00 |
|
||||
| PHY_CONTROL | 0 | 0 | 5 | 0.00 |
|
||||
| PHASER_REF | 0 | 0 | 5 | 0.00 |
|
||||
| OUT_FIFO | 0 | 0 | 20 | 0.00 |
|
||||
| IN_FIFO | 0 | 0 | 20 | 0.00 |
|
||||
| IDELAYCTRL | 0 | 0 | 5 | 0.00 |
|
||||
| IBUFDS | 0 | 0 | 202 | 0.00 |
|
||||
| PHASER_OUT/PHASER_OUT_PHY | 0 | 0 | 20 | 0.00 |
|
||||
| PHASER_IN/PHASER_IN_PHY | 0 | 0 | 20 | 0.00 |
|
||||
| IDELAYE2/IDELAYE2_FINEDELAY | 0 | 0 | 250 | 0.00 |
|
||||
| ILOGIC | 0 | 0 | 210 | 0.00 |
|
||||
| OLOGIC | 0 | 0 | 210 | 0.00 |
|
||||
+-----------------------------+------+-------+-----------+-------+
|
||||
|
||||
|
||||
5. Clocking
|
||||
-----------
|
||||
|
||||
+------------+------+-------+-----------+-------+
|
||||
| Site Type | Used | Fixed | Available | Util% |
|
||||
+------------+------+-------+-----------+-------+
|
||||
| BUFGCTRL | 0 | 0 | 32 | 0.00 |
|
||||
| BUFIO | 0 | 0 | 20 | 0.00 |
|
||||
| MMCME2_ADV | 0 | 0 | 5 | 0.00 |
|
||||
| PLLE2_ADV | 0 | 0 | 5 | 0.00 |
|
||||
| BUFMRCE | 0 | 0 | 10 | 0.00 |
|
||||
| BUFHCE | 0 | 0 | 72 | 0.00 |
|
||||
| BUFR | 0 | 0 | 20 | 0.00 |
|
||||
+------------+------+-------+-----------+-------+
|
||||
|
||||
|
||||
6. Specific Feature
|
||||
-------------------
|
||||
|
||||
+-------------+------+-------+-----------+-------+
|
||||
| Site Type | Used | Fixed | Available | Util% |
|
||||
+-------------+------+-------+-----------+-------+
|
||||
| BSCANE2 | 0 | 0 | 4 | 0.00 |
|
||||
| CAPTUREE2 | 0 | 0 | 1 | 0.00 |
|
||||
| DNA_PORT | 0 | 0 | 1 | 0.00 |
|
||||
| EFUSE_USR | 0 | 0 | 1 | 0.00 |
|
||||
| FRAME_ECCE2 | 0 | 0 | 1 | 0.00 |
|
||||
| ICAPE2 | 0 | 0 | 2 | 0.00 |
|
||||
| PCIE_2_1 | 0 | 0 | 1 | 0.00 |
|
||||
| STARTUPE2 | 0 | 0 | 1 | 0.00 |
|
||||
| XADC | 0 | 0 | 1 | 0.00 |
|
||||
+-------------+------+-------+-----------+-------+
|
||||
|
||||
|
||||
7. Primitives
|
||||
-------------
|
||||
|
||||
+----------+------+---------------------+
|
||||
| Ref Name | Used | Functional Category |
|
||||
+----------+------+---------------------+
|
||||
| OBUF | 22 | IO |
|
||||
| LUT5 | 7 | LUT |
|
||||
| IBUF | 5 | IO |
|
||||
+----------+------+---------------------+
|
||||
|
||||
|
||||
8. Black Boxes
|
||||
--------------
|
||||
|
||||
+----------+------+
|
||||
| Ref Name | Used |
|
||||
+----------+------+
|
||||
|
||||
|
||||
9. Instantiated Netlists
|
||||
------------------------
|
||||
|
||||
+----------+------+
|
||||
| Ref Name | Used |
|
||||
+----------+------+
|
||||
|
||||
|
||||
58
Exp2/Exp2.runs/synth_1/gen_run.xml
Normal file
58
Exp2/Exp2.runs/synth_1/gen_run.xml
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GenRun Id="synth_1" LaunchPart="xc7a35tcsg324-1" LaunchTime="1730297327">
|
||||
<File Type="PA-TCL" Name="VotingMachine.tcl"/>
|
||||
<File Type="RDS-PROPCONSTRS" Name="VotingMachine_drc_synth.rpt"/>
|
||||
<File Type="REPORTS-TCL" Name="VotingMachine_reports.tcl"/>
|
||||
<File Type="RDS-RDS" Name="VotingMachine.vds"/>
|
||||
<File Type="RDS-UTIL" Name="VotingMachine_utilization_synth.rpt"/>
|
||||
<File Type="RDS-UTIL-PB" Name="VotingMachine_utilization_synth.pb"/>
|
||||
<File Type="RDS-DCP" Name="VotingMachine.dcp"/>
|
||||
<File Type="VDS-TIMINGSUMMARY" Name="VotingMachine_timing_summary_synth.rpt"/>
|
||||
<File Type="VDS-TIMING-PB" Name="VotingMachine_timing_summary_synth.pb"/>
|
||||
<FileSet Name="sources" Type="DesignSrcs" RelSrcDir="$PSRCDIR/sources_1">
|
||||
<Filter Type="Srcs"/>
|
||||
<File Path="$PSRCDIR/sources_1/new/CoreModule.v">
|
||||
<FileInfo>
|
||||
<Attr Name="UsedIn" Val="synthesis"/>
|
||||
<Attr Name="UsedIn" Val="implementation"/>
|
||||
<Attr Name="UsedIn" Val="simulation"/>
|
||||
</FileInfo>
|
||||
</File>
|
||||
<File Path="$PSRCDIR/sources_1/new/SegDisplayCtrl.v">
|
||||
<FileInfo>
|
||||
<Attr Name="UsedIn" Val="synthesis"/>
|
||||
<Attr Name="UsedIn" Val="implementation"/>
|
||||
<Attr Name="UsedIn" Val="simulation"/>
|
||||
</FileInfo>
|
||||
</File>
|
||||
<File Path="$PSRCDIR/sources_1/new/VotingMachine.v">
|
||||
<FileInfo>
|
||||
<Attr Name="UsedIn" Val="synthesis"/>
|
||||
<Attr Name="UsedIn" Val="implementation"/>
|
||||
<Attr Name="UsedIn" Val="simulation"/>
|
||||
</FileInfo>
|
||||
</File>
|
||||
<Config>
|
||||
<Option Name="DesignMode" Val="RTL"/>
|
||||
<Option Name="TopModule" Val="VotingMachine"/>
|
||||
<Option Name="TopAutoSet" Val="TRUE"/>
|
||||
</Config>
|
||||
</FileSet>
|
||||
<FileSet Name="constrs_in" Type="Constrs" RelSrcDir="$PSRCDIR/constrs_1">
|
||||
<Filter Type="Constrs"/>
|
||||
<File Path="$PSRCDIR/constrs_1/new/VotingMachine.xdc">
|
||||
<FileInfo>
|
||||
<Attr Name="UsedIn" Val="synthesis"/>
|
||||
<Attr Name="UsedIn" Val="implementation"/>
|
||||
</FileInfo>
|
||||
</File>
|
||||
<Config>
|
||||
<Option Name="TargetConstrsFile" Val="$PSRCDIR/constrs_1/new/VotingMachine.xdc"/>
|
||||
<Option Name="ConstrsType" Val="XDC"/>
|
||||
</Config>
|
||||
</FileSet>
|
||||
<Strategy Version="1" Minor="2">
|
||||
<StratHandle Name="Vivado Synthesis Defaults" Flow="Vivado Synthesis 2018"/>
|
||||
<Step Id="synth_design"/>
|
||||
</Strategy>
|
||||
</GenRun>
|
||||
9
Exp2/Exp2.runs/synth_1/htr.txt
Normal file
9
Exp2/Exp2.runs/synth_1/htr.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
REM
|
||||
REM Vivado(TM)
|
||||
REM htr.txt: a Vivado-generated description of how-to-repeat the
|
||||
REM the basic steps of a run. Note that runme.bat/sh needs
|
||||
REM to be invoked for Vivado to track run status.
|
||||
REM Copyright 1986-2018 Xilinx, Inc. All Rights Reserved.
|
||||
REM
|
||||
|
||||
vivado -log VotingMachine.vds -m64 -product Vivado -mode batch -messageDb vivado.pb -notrace -source VotingMachine.tcl
|
||||
12
Exp2/Exp2.runs/synth_1/vivado.jou
Normal file
12
Exp2/Exp2.runs/synth_1/vivado.jou
Normal file
@@ -0,0 +1,12 @@
|
||||
#-----------------------------------------------------------
|
||||
# Vivado v2018.1 (64-bit)
|
||||
# SW Build 2188600 on Wed Apr 4 18:40:38 MDT 2018
|
||||
# IP Build 2185939 on Wed Apr 4 20:55:05 MDT 2018
|
||||
# Start of session at: Wed Oct 30 22:07:18 2024
|
||||
# Process ID: 5816
|
||||
# Current directory: F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1
|
||||
# Command line: vivado.exe -log VotingMachine.vds -product Vivado -mode batch -messageDb vivado.pb -notrace -source VotingMachine.tcl
|
||||
# Log file: F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1/VotingMachine.vds
|
||||
# Journal file: F:/Schoolwork/DigitalLogic/Exp2/Exp2.runs/synth_1\vivado.jou
|
||||
#-----------------------------------------------------------
|
||||
source VotingMachine.tcl -notrace
|
||||
BIN
Exp2/Exp2.runs/synth_1/vivado.pb
Normal file
BIN
Exp2/Exp2.runs/synth_1/vivado.pb
Normal file
Binary file not shown.
Reference in New Issue
Block a user