Skip to content

Commit

Permalink
cleaning regress
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex committed May 2, 2024
1 parent 076d9fe commit ad796dc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 226 deletions.
3 changes: 0 additions & 3 deletions designs/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
all:
cd adder && make
cd arm_core && make
#cd vexriscv && make
cd jpeg && make
cd black_parrot && make
cd megaboom && make

clean:
cd adder && make clean
cd arm_core && make clean
cd test_args && make clean
cd vexriscv && make clean
cd jpeg && make clean
cd black_parrot && make clean
Expand Down
20 changes: 0 additions & 20 deletions designs/adder/Makefile

This file was deleted.

171 changes: 0 additions & 171 deletions designs/adder/adder_netlist.v

This file was deleted.

8 changes: 0 additions & 8 deletions designs/adder/src/adder.v

This file was deleted.

19 changes: 0 additions & 19 deletions designs/adder/src/comp.ys

This file was deleted.

3 changes: 0 additions & 3 deletions designs/adder/src/synth.ys

This file was deleted.

4 changes: 2 additions & 2 deletions designs/arm_core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ verilator.gold: arm_core_snl.v primitives.v
arm_core_netlist.v: src/arm_core.v
${YOSYS} src/synth.ys

arm_core_snl/snl.mf: ${SCRIPTS}/design_stats.py arm_core_netlist.v
arm_core_snl/snl.mf: arm_core_netlist.v
export PYTHONPATH=${SET_PYTHONPATH}; \
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i arm_core_netlist.v -o arm_core_snl -p ${PRIMITIVES} -e $<
${PYTHON_ENV} ${NAJA_EDIT} -f verilog -t snl -i arm_core_netlist.v -o arm_core_snl -p ${PRIMITIVES} -e ${SCRIPTS}/pre_edit.py

edges.list: arm_core_snl/snl.mf gen_edge_list.py
export PYTHONPATH=${SET_PYTHONPATH}; \
Expand Down

0 comments on commit ad796dc

Please sign in to comment.