Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
flash_memory.v
kekellner
Nov 15th, 2024
768
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
SystemVerilog
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
module
flash_memory
(
input
[
6
:
0
]
address
,
output
[
15
:
0
]
data
)
;
reg
[
15
:
0
]
mem
[
128
]
;
assign
data
=
mem
[
address
]
;
initial
$readmemh
(
"instrucciones.hex"
,
mem
)
;
endmodule
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Crypto Accounts
Java | 2 sec ago | 0.06 KB
✅ Make $15OO in 2O minutesV J
JavaScript | 4 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 6 sec ago | 0.32 KB
Swapzone Glitch (Working)
Java | 10 sec ago | 0.06 KB
Make $15OO in 2O minutesV E
Java | 12 sec ago | 0.06 KB
Swapzone Glitch (Working)E U
JavaScript | 15 sec ago | 0.32 KB
Swapzone Glitch (Working)E J
JavaScript | 17 sec ago | 0.32 KB
Make $1500 in 20 minutes
Java | 21 sec ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!