Home

Mapper2

Mapper2 is a general place-and-route framework. It allows for heterogenous mapping to arbitrary-dimensional architectural models. Features of this package include:

Installation

This package may be installed from the Julia REPL using the command:

Pkg.clone("https://github.com/hildebrandmw/Mapper2.jl")

RuleSet Types

Much of the behavior of this module can be affected by defining a custom subtype of RuleSet and extending various methods.

abstract type RuleSet

Fields

Documentation

RuleSet

Abstract supertype for controlling dispatch to specialized functions for architecture interpretation. Create a custom concrete subtype of this if you want to use custom methods during placement or routing.

Method List

source