Skip to content

Commit

Permalink
add bnn/tnn to automated test list
Browse files Browse the repository at this point in the history
  • Loading branch information
jngadiub committed Jan 15, 2019
1 parent abdb2b6 commit 556ba08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keras-to-hls/keras-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KerasJson: example-keras-model-files/KERAS_3layer_ternary_small.json
KerasH5: example-keras-model-files/KERAS_3layer_ternary_small_weights.h5
OutputDir: my-hls-test
KerasJson: example-keras-model-files/KERAS_3layer.json
KerasH5: example-keras-model-files/KERAS_3layer_weights.h5
OutputDir: my-hls-test-merge
ProjectName: myproject
XilinxPart: xcku115-flvb2104-2-i
ClockPeriod: 5
Expand Down
2 changes: 2 additions & 0 deletions test/keras-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ KERAS_conv1d_small
KERAS_conv2d_model
KERAS_dense_big
KERAS_3layer_batch_norm
KERAS_3layer_binary_smaller
KERAS_3layer_ternary_small

#Fails synthesis due to a problem with loop unrolling
#jetTagger_Conv2D_Small:jetTagger_Conv2D_Small
Expand Down

0 comments on commit 556ba08

Please sign in to comment.