Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 19, 2024
1 parent d4cc221 commit be9b326
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub fn import_churchroad(egraph: &mut EGraph) {
egraph
.parse_and_run_program(
r#"
(include "egglog_src/lakeroad.egg")
(include "egglog_src/churchroad.egg")
"#,
)
.unwrap();
Expand Down
2 changes: 1 addition & 1 deletion tests/egglog_tests/agilex_alm.egg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Handled by calling churchroad::import_churchroad(&mut egraph) in the macro.
; (include "egglog_src/lakeroad.egg")
; (include "egglog_src/churchroad.egg")

; wire declarations
; a
Expand Down
2 changes: 1 addition & 1 deletion tests/egglog_tests/construct_sequential_cycle.egg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Handled by calling churchroad::import_churchroad(&mut egraph) in the macro.
; (include "egglog_src/lakeroad.egg")
; (include "egglog_src/churchroad.egg")

; CONSTRUCTING GRAPHS
;
Expand Down
2 changes: 1 addition & 1 deletion tests/egglog_tests/half_adder.egg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Handled by calling churchroad::import_churchroad(&mut egraph) in the macro.
; (include "egglog_src/lakeroad.egg")
; (include "egglog_src/churchroad.egg")

; wire declarations
; $and$half-adder.v:17$2_Y
Expand Down
2 changes: 1 addition & 1 deletion tests/egglog_tests/typing.egg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Handled by calling churchroad::import_churchroad(&mut egraph) in the macro.
; (include "egglog_src/lakeroad.egg")
; (include "egglog_src/churchroad.egg")

(let clk (Var "clk" 1))
(let a (Var "a" 8))
Expand Down

0 comments on commit be9b326

Please sign in to comment.