ReconfigureIO / reco-sdaccel

0 stars 1 forks source link

Add an sda_kernel_wrapper_rio. #227

Closed bohde closed 6 years ago

bohde commented 6 years ago

Add ability to build .xo files from llvm kernels.

Requires https://github.com/ReconfigureIO/eTeak/pull/628

example (in examples/noop)

$ ../../sdaccel-builder test-go # invoke standard machinery
$ go-rio build main.go # build with llvm
$ cp main.go.ll.v .reco-work/sdaccel/verilog/main.v # replace standard generated main.v
$ ../../bin/make_xo $PWD/.reco-work/sdaccel/verilog $PART $PART_FAMILY -enable_rio -kernel_arg_width 0 # this 0 needs to come from the llvm somehow
$ ls reconfigure_io_sdaccel_builder_stub_0_1.xo # now it's built
bohde commented 6 years ago

Make sdaccel-builder script support ll-teak (and possibly rewrite it in Go)

bohde commented 6 years ago

@reconfig-bot r+

reconfig-bot commented 6 years ago

:pushpin: Commit 2894d8c has been approved by joshbohde

reconfig-bot commented 6 years ago

:hourglass: Testing commit 2894d8c with merge a862d4c...

reconfig-bot commented 6 years ago

:broken_heart: Test failed - status-jenkins

bohde commented 6 years ago

@reconfig-bot retry

reconfig-bot commented 6 years ago

:hourglass: Testing commit 2894d8c with merge bf0d59c...

reconfig-bot commented 6 years ago

:broken_heart: Test failed - status-jenkins

bohde commented 6 years ago

@reconfig-bot retry

reconfig-bot commented 6 years ago

:hourglass: Testing commit 2894d8c with merge a1bde49...

reconfig-bot commented 6 years ago

:boom: Test timed out

CampGareth commented 6 years ago

@reconfig-bot retry

reconfig-bot commented 6 years ago

:hourglass: Testing commit 2894d8c with merge eccc92d...

reconfig-bot commented 6 years ago

:broken_heart: Test failed - status-jenkins

bohde commented 6 years ago

@reconfig-bot retry

reconfig-bot commented 6 years ago

:hourglass: Testing commit 2894d8c with merge d6050ae...

reconfig-bot commented 6 years ago

:broken_heart: Test failed - status-jenkins

bohde commented 6 years ago

@reconfig-bot r+

reconfig-bot commented 6 years ago

:pushpin: Commit e84a09f has been approved by joshbohde

reconfig-bot commented 6 years ago

:hourglass: Testing commit e84a09f with merge 52bb1de...

reconfig-bot commented 6 years ago

:sunny: Test successful - status-jenkins Approved by: joshbohde Pushing 52bb1dee6ab3e8c2932db596bce593c1b5ebd4b0 to master...