Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zhuoyu Zhang
DigitalSystemLabs
Commits
31261e0d
Commit
31261e0d
authored
May 16, 2023
by
Zhuoyu Zhang
Browse files
Upload New File
parent
574f2f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab_15/src/mcu_ctrl.v
0 → 100644
View file @
31261e0d
module
mcu_ctrl
(
clk
,
reset
,
play_pause
,
next
,
play
,
nextsong
,
reset_play
,
song_done
);
input
clk
,
reset
,
song_done
,
next
,
play_pause
;
endmodule
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment