URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/orpsocv2/sim
- from Rev 36 to Rev 6
- ↔ Reverse comparison
Rev 36 → Rev 6
/bin/Makefile
628,7 → 628,7
# Cleaning rules |
################################################################################ |
|
clean: clean-sw clean-sim clean-sysc clean-rtl |
clean: clean-sw clean-sim |
|
clean-sw: |
@for TEST in $(TESTS); do \ |
642,12 → 642,3
|
clean-sim: |
rm -rf $(SIM_RESULTS_DIR) $(SIM_RUN_DIR)/*.* $(SIM_VLT_DIR) |
|
clean-sysc: |
# Clean away dependency files generated by verilator |
rm -rf $(BENCH_SYSC_SRC_DIR)/*.d |
|
clean-rtl: |
# Clean away temporary verilog source files |
rm -f $(RTL_VERILOG_DIR)/intercon.v |
rm -f $(RTL_VERILOG_DIR)/components/wb_sdram_ctrl/wb_sdram_ctrl_fsm.v |