[Architecture] Patch Verilog HDL for configurable latch
This commit is contained in:
parent
893859be37
commit
a94c2655c2
|
@ -4,6 +4,7 @@
|
|||
// Function : A Configurable Latch where data storage
|
||||
// can be updated at rising clock edge
|
||||
// when wl is enabled
|
||||
// Reset is active high
|
||||
// Coder : Xifan TANG
|
||||
//-----------------------------------------------------
|
||||
module config_latch (
|
||||
|
|
Loading…
Reference in New Issue