mirror of https://github.com/XS-MLVP/picker.git
10 lines
332 B
C++
10 lines
332 B
C++
#pragma once
|
|
|
|
#include "picker.hpp"
|
|
#include "parser/sv.hpp"
|
|
|
|
namespace picker { namespace codegen {
|
|
void scala(picker::export_opts &opts, std::vector<picker::sv_signal_define> external_pin,
|
|
std::vector<picker::sv_signal_define> internal_signal, nlohmann::json &signal_tree_json);
|
|
}} // namespace picker::codegen
|