Skip to content

Commit

Permalink
Start clean up ILATor code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Yuan-Huang committed Jun 18, 2020
1 parent 9dccb0e commit 937de7d
Show file tree
Hide file tree
Showing 11 changed files with 665 additions and 619 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()
# PROJECT
# name version language
# ---------------------------------------------------------------------------- #
project(ilang VERSION 1.0.4
project(ilang VERSION 1.0.5
LANGUAGES CXX
)

Expand Down
5 changes: 3 additions & 2 deletions include/ilang/target-sc/ila_sim.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,15 @@ class IlaSim {
void dfs_func_op_check(const ExprPtr& expr);
void dfs_ite_op(std::stringstream& dfs_simulator, std::string& indent,
const ExprPtr& expr);
std::string get_out_type_str(const ExprPtr& expr);

std::string get_arg_str(const ExprPtr& arg);
void increase_indent(std::string& indent);
void decrease_indent(std::string& indent);
int get_update_state_num(const InstrPtr& instr_expr);
bool load_from_store_analysis(const ExprPtr& expr);
void declare_variable_with_id(size_t id, std::string v_type,
std::string v_name);
void declare_variable_with_id(size_t id, const std::string& v_type,
const std::string& v_name);
void int_var_width_scan();

/// Generate files required by CMake
Expand Down
Loading

0 comments on commit 937de7d

Please sign in to comment.