Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Oct 15, 2023
1 parent e82d9b3 commit e72b744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions hydrogensoc.json

This file was deleted.

4 changes: 1 addition & 3 deletions sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ VERILATED_DIR := $(BUILD_DIR)/verilated
BIN_DIR := $(BUILD_DIR)/bin
DEPDIR := $(BUILD_DIR)/.depend

RUN_DIR := run

# make directories during makefile-parse
$(shell mkdir -p $(OBJ_DIR) $(VERILATED_DIR) $(BIN_DIR) $(DEPDIR) $(RUN_DIR))
$(shell mkdir -p $(OBJ_DIR) $(VERILATED_DIR) $(BIN_DIR) $(DEPDIR))

####################################################
# Verilog Configs
Expand Down

0 comments on commit e72b744

Please sign in to comment.