Skip to content
Snippets Groups Projects
Commit 485eb023 authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Make the encoder non-RNN

parent 83f30567
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ module network
layer #(
.NUMBER_SYNAPSES(`NUM_INPUT_SYNAPSES),
.NUMBER_NEURONS(`NUM_INPUT_NEURONS),
.IS_RNN(1)
.IS_RNN(0)
)
encoder(
.clk(clk),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment