Origen-SDK / cross_origen

Provides import and export methods from Origen to common formats e.g. IP-XACT
http://origen-sdk.org/cross_origen
MIT License
5 stars 2 forks source link

Cannot complete PR due to reference file issue #4

Closed info-rchitect closed 7 years ago

info-rchitect commented 7 years ago

This build job fails due to this command:

C:\origen\cross_origen>bundle exec origen test -c
[INFO]       0.094[0.094]    || Started code coverage
[INFO]       23.007[0.021]   || **********************************************************************
[INFO]       23.016[0.009]   || Compiling... templates\test\default.ralf.erb
[INFO]       23.018[0.002]   ||   Created... output\default.ralf
[INFO]       23.290[0.015]   || Compiling... templates\test\headers_default.h.erb
[INFO]       23.291[0.001]   ||   Created... output\headers_default.h
[INFO]       23.394[0.019]   || Compiling... templates\test\ip_xact.xml.erb
[INFO]       23.396[0.002]   ||   Created... output\ip_xact.xml
[INFO]       23.522[0.086]   || *** CHANGE DETECTED *** To update the reference:  copy output\ip_xact.xml approved\ip_xact.xml /Y
[INFO]       23.523[0.001]   || start winmerge approved\ip_xact.xml output\ip_xact.xml &
[INFO]       23.526[0.003]   || **********************************************************************
[INFO]       23.527[0.001]   || Compiling... templates\test\ip_xact_sub_block.xml.erb
[INFO]       23.529[0.002]   ||   Created... output\ip_xact_sub_block.xml
[INFO]       23.582[0.016]   || **********************************************************************
[INFO]       23.583[0.001]   || Total files:      4
[INFO]       23.585[0.002]   || New files:        0
[INFO]       23.586[0.001]   || Changed files:    1
[INFO]       23.586[0.000]   ||
[INFO]       23.586[0.000]   || To accept all of these changes run:
[INFO]       23.586[0.000]   ||   origen save changed
[INFO]       23.587[0.001]   || **********************************************************************
[ERROR]      23.588[0.001]   ||
[ERROR]      23.589[0.001]   ||     FFFFFF     AA       II   LL
[ERROR]      23.590[0.001]   ||     FF        AAAA      II   LL
[ERROR]      23.591[0.001]   ||     FFFFF    AA  AA     II   LL
[ERROR]      23.591[0.000]   ||     FF      AAAAAAAA    II   LL
[ERROR]      23.592[0.001]   ||     FF     AA      AA   II   LL
[ERROR]      23.592[0.000]   ||     FF    AA        AA  II   LLLLLL
[ERROR]      23.593[0.001]   ||

I did the copy but got the same response.

info-rchitect commented 7 years ago

was able to figure it out