gazel
New Contributor
4 years agotestbench description method
I am currently trying to separate the training and inference parts of an all coupled 3-layer neural network using MNIST, and then synthesize the inference part at a high level and simulate it using modelsim.
I think I need a testbench for simulation, but how can I write a testbench in C++ and synthesize it and the inference program in high level?
inference_mnist_f3 is inference program
train_mnist is train program(not synthesize)