Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vhdl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sakshi Bhosale CESM2021
vhdl
Commits
d4c4fdc1
Commit
d4c4fdc1
authored
1 year ago
by
Sakshi Bhosale CESM2021
Browse files
Options
Downloads
Patches
Plain Diff
Update Security_Door.vhd, security_door_constraints.xdc
parent
02a2f1a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Security_Door.vhd
+2
-26
2 additions, 26 deletions
Security_Door.vhd
security_door_constraints.xdc
+3
-3
3 additions, 3 deletions
security_door_constraints.xdc
with
5 additions
and
29 deletions
Security_Door.vhd
+
2
−
26
View file @
d4c4fdc1
...
...
@@ -21,7 +21,7 @@ entity Security_Door is
RESET
:
in
std_logic
;
DB_SEND_OUT
:
out
std_logic
;
--clock
clk
:
in
std_logic
;
...
...
@@ -92,31 +92,6 @@ input <= A & B & C & D & E & F;
--declare password
password
<=
"110011"
;
--process(clk) is
--begin
--if rising_edge(clk) then
--case (user_in) is
--when idle =>
-- if (SEND = button_active) then
-- user_in <= waiting;
-- if (SEND = button_active) then
-- send_pressed <= true;
-- else
-- reset_pressed <= true;
-- end if;
-- else
-- --keep in idle until a button is pressed
-- user_in <= idle;
---- send_out <= 0;
---- reset_out <= 0;
-- end if;
-- when waiting =>
-- when pressed =>
--end case;
--end if;
--end process;
clock_enable_generator
:
entity
work
.
clock_enable_debouncing_button
PORT
MAP
(
clk
=>
clk
,
...
...
@@ -143,6 +118,7 @@ Debouncing_FF2: entity work.DFF_Debouncing_Button PORT MAP
);
Q2_bar
<=
not
Q2
;
DB_SEND
<=
Q1
and
Q2_bar
;
DB_SEND_OUT
<=
DB_SEND
;
--main
...
...
This diff is collapsed.
Click to expand it.
security_door_constraints.xdc
+
3
−
3
View file @
d4c4fdc1
...
...
@@ -19,8 +19,8 @@ set_property IOSTANDARD LVCMOS33 [get_ports {F}]
######
set_property PACKAGE_PIN L1 [get_ports {
U
}]
set_property IOSTANDARD LVCMOS33 [get_ports {
U
}]
set_property PACKAGE_PIN L1 [get_ports {
DB_SEND_OUT
}]
set_property IOSTANDARD LVCMOS33 [get_ports {
DB_SEND_OUT
}]
set_property PACKAGE_PIN P1 [get_ports {V}]
set_property IOSTANDARD LVCMOS33 [get_ports {V}]
...
...
@@ -82,4 +82,4 @@ set_property PACKAGE_PIN U18 [get_ports SEND]
#Buttons
set_property PACKAGE_PIN T17 [get_ports RESET]
set_property IOSTANDARD LVCMOS33 [get_ports RESET]
\ No newline at end of file
set_property IOSTANDARD LVCMOS33 [get_ports RESET]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment