OpenFPGA/openfpga/src/base/openfpga_spice_command.cpp

13 lines
301 B
C++
Raw Normal View History

2020-07-05 13:10:12 -05:00
#include "openfpga_spice_command.h"
2023-01-06 19:50:47 -06:00
#include "openfpga_spice_command_template.h"
2020-07-05 13:10:12 -05:00
/* begin namespace openfpga */
namespace openfpga {
void add_openfpga_spice_commands(openfpga::Shell<OpenfpgaContext>& shell) {
add_spice_command_templates<OpenfpgaContext>(shell);
}
2020-07-05 13:10:12 -05:00
} /* end namespace openfpga */