Giter Club home page Giter Club logo

scadder's Introduction

Processing System Monitor over Microblaze

This project was designed to implement a way for Microblaze to monitor specific memory regions of a Real Time Operating System, as well as report any kinds of malicious activity. In addition, it was meant to be run in an environment that supported the MIL-STD-1553 protocol.

Hardware & SDK

Xilinx Zynq ZC706

Vivado 2015.4

Building

To build the hardware design as well as importing the Xilinx SDK source code applications, run the following command

$ ./util/build.sh

To manually build, see the wiki page: https://github.com/RyBo/scadder/wiki/Building

Customizing

If you wish to make changes to the block design in Vivado, you must export the new block design file and ensure it matches the vivado build file specified in: vivado/build.tcl See https://github.com/RyBo/scadder/wiki/Updating-the-Block-Design

Project layout

vivado
├── build.tcl
├── export_hardware.tcl
├── generate_bitstream.tcl
└── src
    ├── bd
    │   └── design_1.tcl
    └── hdl
sdk
├── build_project.tcl
├── CPU0
│   ├── Debug
│   │   ├── CPU0.elf
│   │   ├── CPU0.elf.size
│   │   ├── makefile
│   │   ├── objects.mk
│   │   ├── sources.mk
│   │   └── src
│   │       ├── CPU0.d
│   │       ├── CPU0.o
│   │       ├── platform.d
│   │       ├── platform.o
│   │       └── subdir.mk
│   └── src
│       ├── helloworld.c
│       ├── lscript.ld
│       ├── platform.c
│       ├── platform_config.h
│       └── platform.h
├── CPU1
│   └── Debug
│       ├── CPU1.elf
│       ├── CPU1.elf.size
│       ├── makefile
│       ├── objects.mk
│       ├── sources.mk
│       └── src
│           ├── CPU1.d
│           ├── CPU1.o
│           ├── platform.d
│           ├── platform.o
│           └── subdir.mk
├── MB0
│   └── src
│       ├── helloworld.c
│       ├── lscript.ld
│       ├── platform.c
│       ├── platform_config.h
│       └── platform.h
├── RT1
│   └── src
│       ├── lscript.ld
│       └── testperiph.c
└── RT2
    └── src
        ├── lscript.ld
        └── testperiph.c
util
├── build.sh
├── deploy.sh
└── spoof-mac

scadder's People

Contributors

rybo avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.