mirror of https://github.com/XS-MLVP/picker.git
12 lines
343 B
C++
12 lines
343 B
C++
#pragma once
|
|
|
|
#include <bits/stdc++.h>
|
|
#include "picker.hpp"
|
|
|
|
namespace picker {
|
|
|
|
namespace parser {
|
|
int sv(picker::export_opts &opts, std::vector<picker::sv_module_define> &external_pin);
|
|
int uvm(picker::pack_opts &opts, std::string &path, std::string &filename, uvm_transaction_define &uvm_transaction);
|
|
};
|
|
} // namespace pickerc
|