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) {
|
2023-01-06 19:23:01 -06:00
|
|
|
add_spice_command_templates<OpenfpgaContext>(shell);
|
2022-10-06 19:08:50 -05:00
|
|
|
}
|
2020-07-05 13:10:12 -05:00
|
|
|
|
|
|
|
} /* end namespace openfpga */
|