Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SW2.srcs/sources_1/new/EnemyController.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ begin
variable rand_angle : integer range 0 to 23;
variable feedback : std_logic;
begin
if RstN = '1'
if RstN = '0'
then
lfsr <= x"ACE1";
for i in 0 to 23 loop
Expand Down
29 changes: 29 additions & 0 deletions vivado.jou
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#-----------------------------------------------------------
# Vivado v2025.2 (64-bit)
# SW Build 6299465 on Fri Nov 14 19:35:11 GMT 2025
# IP Build 6300035 on Fri Nov 14 10:48:45 MST 2025
# SharedData Build 6298862 on Thu Nov 13 04:50:51 MST 2025
# Start of session at: Mon Jun 22 06:25:01 2026
# Process ID : 24572
# Current directory : D:/GitHub/SW2
# Command line : vivado.exe -gui_launcher_event rodinguilauncherevent24432 D:\GitHub\SW2\SW2.xpr
# Log file : D:/GitHub/SW2/vivado.log
# Journal file : D:/GitHub/SW2\vivado.jou
# Running On : DESKTOP-FMR4U99
# Platform : Windows Server 2016 or Windows 10
# Operating System : 26200
# Processor Detail : Intel(R) Core(TM) i3-8130U CPU @ 2.20GHz
# CPU Frequency : 2208 MHz
# CPU Physical cores : 2
# CPU Logical cores : 4
# Host memory : 12781 MB
# Swap memory : 3418 MB
# Total Virtual : 16200 MB
# Available Virtual : 4254 MB
#-----------------------------------------------------------
start_gui
open_project D:/GitHub/SW2/SW2.xpr
update_compile_order -fileset sources_1
reset_run synth_1
open_bd_design {D:/GitHub/SW2/SW2.srcs/sources_1/bd/design_1/design_1.bd}
open_bd_design {D:/GitHub/SW2/SW2.srcs/sources_1/bd/design_1/design_1.bd}
Loading