Skip to content

SystemC matrix multiplier with and without fault tolerant mechanism

Notifications You must be signed in to change notification settings

lohmanndouglas/matrix-multiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running on Docker

Build:

    $ docker build . --no-cache

or

    $ docker build .

Start docker with your container tag:

    $ docker run -it -v "$PWD":/home/dummy --env-file env 8de1ffb65323 zsh

Go to mount entry "/home/dummy"

    $ cd /home/dummy

Run examples

    $ make all

Obs a) change the container tag <876b00058d0f> with your created tag (Successfully built XXXXXXXXXXXX) b) $PWD is a linux commant to get the current directory, if you are not familiar with docker mount volues please follow this link.

About

SystemC matrix multiplier with and without fault tolerant mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published