Skip to content

jasmangle/hammer-irview

Repository files navigation

Hammer IRView

A graphical viewer for Hammer IR files, particularly placement constraints.

Usage

CLI driver patch:

import hammer_irview
...
class ExampleDriver(hammer_irview.IRViewDriverMixin, CLIDriver):

Makefile patch:

#########################################################################################
# IRView Invocation Flow
#########################################################################################

.PHONY: irv
irv: $(OBJ_DIR)/hammer.d
	$(HAMMER_EXEC) -e $(ENV_YML) $(foreach x,$(INPUT_CONFS) $(GENERATED_CONFS), -p $(x)) --obj_dir $(OBJ_DIR) irv

Command:

make CONFIG=<Config Name> irv

About

Intermediate Representation Viewer for the UC Berkeley HAMMER VLSI Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published