Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu LTS unofficial #1

Open
wants to merge 3 commits into
base: 2017.Q2
Choose a base branch
from
Open

Conversation

AaronDMarasco-VSI
Copy link
Owner

This will likely never happen. It was more of a proof-of-concept in one afternoon.

However, it brings up some points that need to be revisited in the mainline:

  • Ubuntu (all Debian-based?) uses dash which is super-strict when called as bin/sh, and we have some hidden bash-isms, like set -o pipefail in Makefiles and even the source keyword
    • getPlatform.sh is the one that is most likely to need to be strict POSIX but isn't, e.g. using $(program call)
  • How does examples/Makefile even work in the mainline?
  • The GMP installer didn't do set -e - do the other installers? Why not?
  • Why did util.sh ever hide the fact that make is missing? It happens before the XXX-packages script is run, so the user needs to manually install that at a minimum.

If anybody ever stumbles on this branch, it was done in a docker container so I didn't even attempt the driver. I did get an RCC container up and was able to do all the RCC examples.

@AaronDMarasco-VSI AaronDMarasco-VSI self-assigned this Sep 15, 2017
@opencpi
Copy link

opencpi commented Jul 17, 2018

Neil and I found a bunch more bashisms (where we specifically depend on bash) that needed to be fixed, but all are "good" in that they correctly identify bash scripts.

AaronDMarasco-VSI added a commit that referenced this pull request Apr 6, 2020
* 0f53b3e (Fri, 22 Mar 2019 09:18:43 -0400)
| Remove name (NoJenkins)
* 1cb729e (Fri, 22 Mar 2019 09:06:17 -0400)
| AV-5117 Added fix so header files will be included in sw-devel rpms
* 4f5d711 (Fri, 22 Mar 2019 09:03:25 -0400)
| Add grep cmd to doc NoJenkins
* 745fc27 (Fri, 22 Mar 2019 09:02:16 -0400)
| Tweak output more and add old-school 'strings' too (NoJenkins)
* 8220a3e (Fri, 22 Mar 2019 08:38:59 -0400)
| Add missing copyright headers NoJenkins
* 22c02c7 (Fri, 22 Mar 2019 08:38:58 -0400)
| Add server to blacklist AV-5268 NoJenkins
* 97f9119 (Fri, 22 Mar 2019 08:38:58 -0400)
| Add RPM scanning (AV-5268) and tweaked wording of logs. NoJenkins
* 9343151 (Thu, 21 Mar 2019 18:10:27 -0400)
| doc udpates based on code review feedback
* 5fe38bf (Thu, 21 Mar 2019 16:03:24 -0400)
| updates to ocpidev show components and worker to allow for multiple libraries to have the same package id AV-5255
* d5c7012 (Thu, 21 Mar 2019 14:19:09 -0400)
| fixed None bug in registry remove function
* fbac9a2 (Thu, 21 Mar 2019 13:47:14 -0400)
| fixed bug where --worker was not respected if not using the library noun directly AV-4948
* 0e5e092 (Thu, 21 Mar 2019 13:03:18 -0400)
| AV-5224: Add NFS security warnings (NoJenkins)
* 14e6c16 (Thu, 21 Mar 2019 13:00:35 -0400)
| added informational messages for what is occuring set/unset register/unregister
*   9ca58c9 (Thu, 21 Mar 2019 12:09:32 -0400)
|\  Merge branch 'testing-AV-5239-scripts-into-binary-path' into develop (NoJenkins)
| | * testing-AV-5239-scripts-into-binary-path:
| |   AV-5239 remove extra symlinks
| |
| * 747eb58 (Thu, 21 Mar 2019 12:09:16 -0400)
| | AV-5239 remove extra symlinks
* | 8be4254 (Thu, 21 Mar 2019 12:03:58 -0400)
| | ad9361_adc_ts.hdl - added suport for sync opcode
* |   d0b2eec (Thu, 21 Mar 2019 11:27:12 -0400)
|\ \  Merge pull request #27 in AV/opencpi from AV-5217-new-time-based-project to develop
| | | * commit '1c43afd00c95b3f19d4b5139ea75efe0a69aaaa3': (21 commits)
| | |   Add comment explaining ComponentLibraries assignment
| | |   Add components to Library.mk to avoid erroneously referencing assets project
| | |   AV-2985 AV-5217 Explicitly put platform name because otherwise assets* matches assets_ts as well.
| | |   AV-2985 increase sleep delay for test launch
| | |   minor jenkins logging change
| | |   AV-5198 Add experimental decimator primitive to cic_dec ts version
| | |   AV-4804 Add delayline primitive to core project
| | |   AV-5217 AV-2985 AV-5156 Sync the various Job2 groovy files by hand
| | |   AV-5217 More feedback on sync points and unicode arrows
| | |   AV-5217 remove tracing, fix documentation, add synchronization feedback
| | |   AV-5217 testing trace
| | |   AV-5217 add assets_ts to the RPMs
| | |   AV-4804 Add time-based components to new branch
| | |   attempt opencpi#2 at getting Jenkins to build new assets_ts project in parallel
| | |   minor edit based on code review feedback
| | |   attempt #1.5 at getting Jenkins to build new assets_ts project in parallel
| | |   attempt #1 at getting Jenkins to build new assets_ts project in parallel
| | |   ad9361_adc_ts.hdl : moving to new ComplexShortWithMetadata protocol (only produces messages with time or samples opcodes for now)
| | |   moving ad9361_adc_ts.hdl timestamping into the AD9361 DATA_CLK domain
| | |   -
| | |   ...
| | |
| * \   1c43afd (Thu, 21 Mar 2019 07:49:01 -0400)
| |\ \  Merge branch 'develop' into AV-5217-new-time-based-project
| | | | * develop:
| | | | Committing work for - Port the Assemblies/Apps that use the old
| | | | pattern/capture to the _v2 versions. AV-4415
| | | | fixed delayed properties and added a unit test for this AV-5202
| | | | bug fixes for ocpidev utilization
| | | | (AV-5256) Squashed commit of the following (NoJenkins):
| | | | Reorganize filter tap scripts to fix FSK app build error
| | | | AV-5251 Fix bash -z usage
| | | | move and remove some unused protocol files
| | | | Minor bugs in ocpi-copy-project and registry.py (AV-5231)
| | | | AV-2985 merge remaining for 1.5 NoJenkins
| | | | downgrade curses error if ther is not a terminal to an info
| | | | Temporarily disable alst4 and ml605 in develop
| | | | Fix unquoted '/opt/opencpi/cdk/centos7/bin/ocpidev: line 929: [: too
| | | | many arguments' NoJenkins
| | | | Merge 2c1b822 AV-5234
| | | | reinstate hex option to app dump, and improve: make cleaneverything
| | | | Add some color to test files I was using to test color fixes
| | | | Block SWIG importing on python3
| | | | Fix colors.py for python3
| | | | PDF version of UG and use it as a source
| | | | projects/core/components/metadata_stressor.hdl/metadata_stressor.vhd:
| | | | another edge case in the state machine -- in the set of changes for
| | | | conversion to v2 runtime/rcc/include/RCC_Worker.h: sync up type names
| | | | with documentation in RCC::PortMask tools/ocpigen/src/tests.cxx: fix the
| | | | patch that nuked "only" and "platform".
| | | | More zero-width/zlm testing issues
| | | | disable broken app temporarily
| | | | update users of tx_event-prot now that is is truly all zlms
| | | | zero length message protocol support and zero width HDL data width
| | | | support
| | | |
| * | | a1e0856 (Wed, 20 Mar 2019 10:18:48 -0400)
| | | | Add comment explaining ComponentLibraries assignment
| * | | d4dd486 (Wed, 20 Mar 2019 08:55:32 -0400)
| | | | Add components to Library.mk to avoid erroneously referencing assets project
| * | | b3831be (Wed, 20 Mar 2019 06:23:42 -0400)
| | | | AV-2985 AV-5217 Explicitly put platform name because otherwise assets* matches assets_ts as well.
| * | | 6f1ea54 (Wed, 20 Mar 2019 06:23:01 -0400)
| | | | AV-2985 increase sleep delay for test launch
| * | | b564ed3 (Tue, 19 Mar 2019 12:45:08 -0400)
| | | | minor jenkins logging change
| * | | 80d31ae (Tue, 19 Mar 2019 09:18:48 -0400)
| | | | AV-5198 Add experimental decimator primitive to cic_dec ts version
| * | | 2a6ee83 (Tue, 19 Mar 2019 09:09:11 -0400)
| | | | AV-4804 Add delayline primitive to core project
| * | | 438400e (Tue, 19 Mar 2019 08:49:13 -0400)
| | | | AV-5217 AV-2985 AV-5156 Sync the various Job2 groovy files by hand
| * | | d1bae38 (Tue, 19 Mar 2019 08:41:47 -0400)
| | | | AV-5217 More feedback on sync points and unicode arrows
| * | | f219d9a (Tue, 19 Mar 2019 08:28:38 -0400)
| | | | AV-5217 remove tracing, fix documentation, add synchronization feedback
| * | | 8b6146e (Tue, 19 Mar 2019 08:04:51 -0400)
| | | | AV-5217 testing trace
| * | | 647061d (Tue, 19 Mar 2019 06:21:42 -0400)
| | | | AV-5217 add assets_ts to the RPMs
| * | | be82fd5 (Mon, 18 Mar 2019 15:08:41 -0400)
| | | | AV-4804 Add time-based components to new branch
| * | | 8ea7f4e (Mon, 18 Mar 2019 14:21:30 -0400)
| | | | attempt opencpi#2 at getting Jenkins to build new assets_ts project in parallel
| * | | 6b06fc7 (Fri, 15 Mar 2019 15:20:50 -0400)
| | | | minor edit based on code review feedback
| * | | e0e276a (Fri, 15 Mar 2019 15:06:27 -0400)
| | | | attempt #1.5 at getting Jenkins to build new assets_ts project in parallel
| * | |   f658154 (Fri, 15 Mar 2019 14:55:40 -0400)
| |\ \ \  Merge branch 'develop' into AV-5217-new-time-based-project
| * | | | 7231af2 (Fri, 15 Mar 2019 14:54:47 -0400)
| | | | | attempt #1 at getting Jenkins to build new assets_ts project in parallel
| * | | | 3efa579 (Thu, 14 Mar 2019 17:09:49 -0400)
| | | | | ad9361_adc_ts.hdl : moving to new ComplexShortWithMetadata protocol (only produces messages with time or samples opcodes for now)
| * | | | a13b065 (Fri, 8 Mar 2019 18:12:12 -0500)
| | | | | moving ad9361_adc_ts.hdl timestamping into the AD9361 DATA_CLK domain
| * | | | 225ad0a (Thu, 7 Mar 2019 10:16:15 -0500)
| | | | | -
| * | | | 3bc5313 (Tue, 5 Mar 2019 16:11:31 -0500)
|  / / /  initial attempt at timestamped version of AD9361-related device workers (in new assets_ts project)
* | | |   84a8c73 (Thu, 21 Mar 2019 11:21:56 -0400)
|\ \ \ \  Merge branch 'AV-5252-ocpi-copy-projects-shouldn-t-warn-on-default-registry' into develop
| |_|_|/
|/| | |
| * | | cc7d46f (Wed, 20 Mar 2019 13:46:18 -0400)
| | | | Added guard on error message for set project registry in project.py.set_registry (AV-5252)
* | | |   125a656 (Thu, 21 Mar 2019 08:45:19 -0400)
|\ \ \ \  merge from bugfix--AV-3725-direction-unused-does-not-work-with-signals-mapped-in-the-card-to-slot
| |_|_|/
|/| | |
| * | |   350145c (Wed, 20 Mar 2019 11:42:25 -0400)
| |\ \ \  merge from develop
| * | | | 95410ee (Wed, 20 Mar 2019 11:40:00 -0400)
| | | | | Fix unused signal issue again, and AV-3357
| | | | | projects/assets/hdl/devices/ad9361_config_proxy.rcc/supporting/include/OCPIProjects/AD9361ConfigProxy.hh:
| | | | | -- fix compilation error in more modern and picky compilers
| | | | | projects/assets/hdl/devices/ad9361_config_proxy.rcc/supporting/src/OCPIProjects/AD9361ConfigProxy.cc: ditto
| | | | | tools/cdk/include/hdl/hdl-core.mk: fix primitive core breakage when primitive libs were fixed.
| | | | | tools/cdk/include/hdl/hdl-core2.mk: ditto
| | | | | tools/cdk/include/hdl/hdl-lib2.mk: ditto
| | | | | tools/cdk/include/test.mk: remove dead code
| | | | | tools/ocpidev/ocpidev.sh: use portable realpath from util.sh
| | | | | tools/ocpigen/include/hdl-config.h: improve parameterized device instances
| | | | | tools/ocpigen/src/hdl-config.cxx: ditto
| | | | | tools/ocpigen/src/hdl-container.cxx: ditto
| | | | | tools/ocpigen/src/tests.cxx: fix path for scripts to allow project/scripts directory
| | | | | -- also fix  AV-3357
| | | | |
| * | | | e61200b (Tue, 19 Mar 2019 17:21:42 -0400)
| | | | | Deal better with signals whose direction is "unused". AV-3725 + plus associated cleanups
| | | | | tools/ocpigen/include/hdl-config.h: associate devinstances with actual parameterized workers in a config
| | | | | tools/ocpigen/src/hdl-config.cxx: ditto
| | | | | tools/ocpigen/src/hdl-container.cxx: use parameterized devices rather than as defined in the pf OWD
| | | | |
* | | | | e61fb64 (Wed, 20 Mar 2019 19:14:18 -0400)
| | | | | Committing work for - Port the Assemblies/Apps that use the old pattern/capture to the _v2 versions. AV-4415
* | | | | 34c8c83 (Wed, 20 Mar 2019 16:47:49 -0400)
| | | | | fixed delayed properties and added a unit test for this AV-5202
* | | | | 4286594 (Wed, 20 Mar 2019 13:20:47 -0400)
| |_|/ /  bug fixes for ocpidev utilization
|/| | |
* | | | 7e5aaae (Wed, 20 Mar 2019 12:34:16 -0400)
| | | | (AV-5256) Squashed commit of the following (NoJenkins):
| | | | commit a05f8524bb98e9f3915bb26beeba1856100f616d
| | | | Date:   Wed Mar 20 12:31:50 2019 -0400
| | | |
| | | |     That didn't work and I don't care enough
| | | |
| | | | commit 9f839e40c85d89bba49412a30924c86fdb252ef6
| | | | Date:   Wed Mar 20 12:30:54 2019 -0400
| | | |
| | | |     Update Development Policy based on AV-5256
| | | |
| | | | commit 4cfdc7a8f7e051fbb1356f8634ac2407774b06cf
| | | | Date:   Wed Mar 20 12:26:10 2019 -0400
| | | |
| | | |     Tweak message on AV-5256 and fix bug with main RPMs skipping
| | | |
| | | | commit 21ac0f494e3ba7d82876242bfcb49e4321c7e9e1
| | | | Date:   Wed Mar 20 12:22:04 2019 -0400
| | | |
| | | |     Remove test code AV-5256
| | | |
| | | | commit 8144c484e32339e0873bfecabfbcb607e7dda070
| | | | Date:   Wed Mar 20 12:17:51 2019 -0400
| | | |
| | | |     Steal prereqs from develop when possible AV-5256
| | | |
| | | | commit f9e0371e7f24641a997c9a59029e2213d7eef2a8
| | | | Date:   Wed Mar 20 12:10:25 2019 -0400
| | | |
| | | |     AV-4194: Moved path
| | | |
* | | | cf9d6ce (Wed, 20 Mar 2019 11:55:45 -0400)
| |/ /  Reorganize filter tap scripts to fix FSK app build error
|/| |
* | |   5398b87 (Wed, 20 Mar 2019 08:22:57 -0400)
|\ \ \  Merge pull request #26 in AV/opencpi from bugfix--AV-5251-fix-bash--z-usage to develop
| |/ /  * commit 'c59af02930ef070eb7f6f45962f1c3753fe82466':
|/| |     AV-5251 Fix bash -z usage
| | |
| * | c59af02 (Tue, 19 Mar 2019 17:13:38 -0400)
| | | AV-5251 Fix bash -z usage
* | | fc988ce (Tue, 19 Mar 2019 16:41:12 -0400)
|/ /  move and remove some unused protocol files
* | f1f52cb (Tue, 19 Mar 2019 14:04:54 -0400)
| | Minor bugs in ocpi-copy-project and registry.py (AV-5231)
| | Changes from review Normpath and reuse variable for simplicity AV-5231
| |
| |  Added gitpass becuase in the docker container it cannot find the user using os.getlogin() (AV-5231)
| |
| | updated to use os.realpath because it normalizes and resolves symlinks to the target (av-5231)
| |
* | f0c3cd7 (Tue, 19 Mar 2019 12:58:15 -0400)
| | AV-2985 merge remaining for 1.5 NoJenkins
* | 6608d83 (Tue, 19 Mar 2019 09:12:39 -0400)
| | downgrade curses error if ther is not a terminal to an info
* | 3f2809b (Tue, 19 Mar 2019 08:31:07 -0400)
| | Temporarily disable alst4 and ml605 in develop
* | 8514446 (Tue, 19 Mar 2019 07:44:34 -0400)
| | Fix unquoted '/opt/opencpi/cdk/centos7/bin/ocpidev: line 929: [: too many arguments' NoJenkins
* | eaa6962 (Tue, 19 Mar 2019 06:46:19 -0400)
| | Merge 2c1b822 AV-5234
* |   a7800cf (Tue, 19 Mar 2019 06:36:41 -0400)
|\ \  Merge branch 'feature--AV-4685-add-gui-guide' into develop (AV-4685) NoJenkins
| | | * feature--AV-4685-add-gui-guide:
| | | PDF version of UG and use it as a source
| | |
| * | ac2c0f6 (Mon, 18 Mar 2019 10:00:38 -0400)
| | | PDF version of UG and use it as a source
* | | 63c2bd9 (Mon, 18 Mar 2019 15:11:19 -0400)
| | | reinstate hex option to app dump, and improve: make cleaneverything
* | | b959116 (Mon, 18 Mar 2019 12:39:05 -0400)
| | | Add some color to test files I was using to test color fixes
* | | ecadd9b (Mon, 18 Mar 2019 12:38:46 -0400)
| | | Block SWIG importing on python3
* | | 6201f75 (Mon, 18 Mar 2019 12:38:19 -0400)
| | | Fix colors.py for python3
* | |   8ddd84b (Mon, 18 Mar 2019 08:45:06 -0400)
|\ \ \  Merge remote-tracking branch 'origin/feature--AV-4139-smart-hdl-worker-wrappers-split-clocks' into develop
| |_|/
|/| |
| * |   515e405 (Sun, 17 Mar 2019 17:33:26 -0400)
| |\ \  Merge remote-tracking branch 'origin/develop' into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
| |/ /
|/| |
* | | bab357c (Fri, 15 Mar 2019 11:29:29 -0400)
| | | AV-4804 Merge new ComplexShortWithMetadata protocol into develop
* | | c12e1f4 (Fri, 15 Mar 2019 09:44:28 -0400)
| | | updated makefile system to allow primitieves to be built at the lower level and a primitive is still exported to the primitive library level AV-3500
* | | 2193527 (Fri, 15 Mar 2019 07:29:53 -0400)
| | | Added more tool info
* | | bea57bc (Fri, 15 Mar 2019 06:49:54 -0400)
| |/  Add refs to wiki
|/|
* | a8611d6 (Thu, 14 Mar 2019 11:17:01 -0400)
| | etc_init_gpsd changes: removing -n option to mitigate unnecessary file lock at first gpsd start occurrence, replacing erroneous use of DEVICES variable with GPS_DEVICES
* | 02a02a6 (Thu, 14 Mar 2019 09:41:55 -0400)
| | covert tabs to spaces in OcpiApplication.cxx before editing anything in the file
* | fc10647 (Thu, 14 Mar 2019 07:42:21 -0400)
| | Fix sysroot for busybox and gpsd
* | 4d84dd5 (Wed, 13 Mar 2019 08:58:46 -0400)
| | Moved colors.py per discussions NoJenkins
| * 29ab187 (Sun, 17 Mar 2019 17:32:12 -0400)
| | projects/core/components/metadata_stressor.hdl/metadata_stressor.vhd: another edge case in the state machine -- in the set of changes for conversion to v2 runtime/rcc/include/RCC_Worker.h: sync up type names with documentation in RCC::PortMask tools/ocpigen/src/tests.cxx: fix the patch that nuked "only" and "platform".
| * 84f5df7 (Wed, 13 Mar 2019 16:19:11 -0400)
| | More zero-width/zlm testing issues
| | projects/assets/components/util_comps/iqstream_max_calculator.rcc/iqstream_max_calculator.cc: propagate EOF
| | projects/assets/components/util_comps/iqstream_max_calculator.rcc/iqstream_max_calculator.xml: make v2
| | projects/core/components/file_read.rcc/file_read.c: propagate EOF properly in all cases
| | projects/inactive/components/event_in_x2_to_txen_tester.hdl/event_in_x2_to_txen_tester.vhd: zlm fiux to build
| | runtime/library/src/OcpiComponentLibrary.cxx: avoid imports links in OCPI_LIBRARY_PATH
| | tests/av-test/components/Makefile: exclude a test that is not really a test
| | tools/cdk/include/lib.mk: implement ExcludeTests
| |
| *   6f82e26 (Tue, 12 Mar 2019 19:12:06 -0400)
| |\  Merge remote-tracking branch 'origin/develop' into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
| |/
|/|
* | cedc0c7 (Tue, 12 Mar 2019 18:04:12 -0400)
| | AV-5117 logic was wrong... needed to add ! to fix it
| * 9854597 (Tue, 12 Mar 2019 16:29:15 -0400)
| | disable broken app temporarily
| * 540ca7d (Tue, 12 Mar 2019 16:20:31 -0400)
| | update users of tx_event-prot now that is is truly all zlms
| *   c5e11aa (Tue, 12 Mar 2019 15:41:08 -0400)
| |\  Merge branch 'feature--AV-4139-smart-hdl-worker-wrappers-split-clocks' of <internal server>/opencpi into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
| |/
|/|
* | 5e1f16c (Tue, 12 Mar 2019 13:01:18 -0400)
| | AV-5117 Added fix for etc_initd_gpds to find the location of gpsd for network mounts or standalone mode
* | 1f98534 (Tue, 12 Mar 2019 07:57:18 -0400)
| | Move patch fixes to other busybox copy
* | 204ed8c (Tue, 12 Mar 2019 07:53:43 -0400)
| | Prefix artifact files with "a" AV-5233 NoJenkins
* | 8542d4f (Tue, 12 Mar 2019 07:53:36 -0400)
| | Fix comment (NoJenkins)
* | 464f2bd (Tue, 12 Mar 2019 07:33:54 -0400)
| | JENKINS-40167 confirmed fixed NoJenkins
* | b6e0f86 (Tue, 12 Mar 2019 06:50:29 -0400)
| | Supposedly fixed NoJenkins
* | 724473f (Mon, 11 Mar 2019 13:07:51 -0400)
| | Explicitly break out color stuff to development NoJenkins
* | 57a830c (Mon, 11 Mar 2019 13:03:58 -0400)
| | More snippets NoJenkins
* | 34e53fe (Mon, 11 Mar 2019 10:13:00 -0400)
| | CentOS 6 python too old?
* | 65cd0d2 (Mon, 11 Mar 2019 10:11:34 -0400)
| | Whitespace NoJenkins
* |   4503ada (Mon, 11 Mar 2019 09:08:07 -0400)
|\ \  Merge branch 'verify_colors' into develop
| | | * verify_colors:
| | | Fix prereqs to match internet files
| | | Fix two prereqs to match internet files
| | | Move color table to global location
| | |
| * | c9e8fec (Mon, 11 Mar 2019 07:31:20 -0400)
| | | Fix prereqs to match internet files
| * | 4ec3f04 (Mon, 11 Mar 2019 07:08:44 -0400)
| | | Fix two prereqs to match internet files
| * | f47b084 (Fri, 8 Mar 2019 14:22:35 -0500)
|  /  Move color table to global location
| |   Should also respect TERM=dumb coming from the IDE
| |
* | 7204dca (Mon, 11 Mar 2019 09:06:50 -0400)
| | Fix prereqs to match internet files
| | (cherry picked from commit c9e8fecce8668c2291409a6685748f82ca62b721)
| |
* | 1984aeb (Mon, 11 Mar 2019 09:06:43 -0400)
| | Fix two prereqs to match internet files
| | (cherry picked from commit 4ec3f04455e3c40de51d24506a8e05d7eaa411aa)
| |
* | 3b57e87 (Mon, 11 Mar 2019 07:23:41 -0400)
| | Updated FPGA doc to instruct user to try manually scanning for JTAG pods after setting up cable drivers in Vivado, AV-4918
* | 4ec5469 (Sat, 9 Mar 2019 11:36:41 -0500)
| | allow only= attributes in container XML for compatibility
* | 4ff1b5d (Fri, 8 Mar 2019 11:47:23 -0500)
| | updates to alow ocpitest to run asstet test if using rpms AV-4731
* | 52e444f (Fri, 8 Mar 2019 10:39:05 -0500)
| | AV-4949 Add -h help option to ocpiview cmd
* |   ae3f681 (Fri, 8 Mar 2019 09:12:12 -0500)
|\ \  Merge remote-tracking branch 'origin/AV-5096-inconsistency-between-top-level-attributes-allowed-in-build.xml-and-owd' into develop
| * \   5c4b364 (Fri, 8 Mar 2019 08:58:00 -0500)
| |\ \  Merge remote-tracking branch 'origin/develop' into AV-5096-inconsistency-between-top-level-attributes-allowed-in-build.xml-and-owd
| |/ /
|/| |
* | | a7d7bc4 (Fri, 8 Mar 2019 08:16:47 -0500)
| | | Merge remote-tracking branch 'origin/feature--AV-4139-smart-hdl-worker-wrappers-split-clocks' into develop
| * | 27158eb (Thu, 7 Mar 2019 22:11:33 -0500)
|  /  Allow more variables that were in Makefiles to be in OWD XML and -build.xml - AV-5096 -- part of the bigger effort to reduce user exposure to Makefiles -- move variables from Makefile to OWD in 10 workers
| |   projects/assets/components/base_comps/testmulti.rcc/Makefile: cleanup
| |   projects/assets/components/base_comps/testmulti.rcc/prod.c: warning
| |   projects/assets/components/comms_comps/mfsk_mapper.hdl/mfsk_mapper-build.xml: enable build config: bug was fixed
| |   projects/assets/components/dsp_comps/specs/complex_mixer-spec.xml: warnings
| |   projects/assets/components/dsp_comps/complex_mixer.rcc/Makefile: move Makefile variables to OWD
| |   projects/assets/components/dsp_comps/complex_mixer.rcc/complex_mixer.xml: ditto
| |   projects/assets/hdl/cards/dig_radio_ctrlr_fmcomms_2_3.rcc/Makefile: ditto
| |   projects/assets/hdl/cards/dig_radio_ctrlr_fmcomms_2_3.rcc/dig_radio_ctrlr_fmcomms_2_3.xml: ditto
| |   projects/assets/hdl/devices/ad9361_config_proxy.rcc/Makefile: ditto
| |   projects/assets/hdl/devices/ad9361_config_proxy.rcc/ad9361_config_proxy.xml: ditto
| |   projects/assets/hdl/devices/lime_rx_proxy.rcc/Makefile: ditto
| |   projects/assets/hdl/devices/lime_rx_proxy.rcc/lime_rx_proxy.xml: ditto
| |   projects/assets/hdl/devices/lime_tx_proxy.rcc/Makefile: ditto
| |   projects/assets/hdl/devices/lime_tx_proxy.rcc/lime_tx_proxy.xml: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_avr_proxy.rcc/Makefile: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_avr_proxy.rcc/matchstiq_z1_avr_proxy.xml: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_pca9535_proxy.rcc/Makefile: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_pca9535_proxy.rcc/matchstiq_z1_pca9535_proxy.xml: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_rx.rcc/Makefile: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_rx.rcc/matchstiq_z1_rx.xml: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_tx.rcc/Makefile: ditto
| |   projects/assets/hdl/platforms/matchstiq_z1/devices/matchstiq_z1_tx.rcc/matchstiq_z1_tx.xml: ditto
| |   tools/cdk/include/rcc/rcc-worker.mk: share more ocpigen macros
| |   tools/cdk/include/util.mk: pass all platforms into ocpigen always
| |   tools/cdkutils/include/cdkutils.h: unconst for a change
| |   tools/cdkutils/src/platforms.cxx: warnings, unconst
| |   tools/ocpigen/include/parameters.h: sort out top level attrs better
| |   tools/ocpigen/include/rcc.h: ditto
| |   tools/ocpigen/include/wip.h: ditto
| |   tools/ocpigen/src/rcc.cxx: ditto
| |   tools/ocpigen/src/ocpigen_main.cxx: warnings
| |   tools/ocpigen/src/parameters.cxx: parse top level buid attrs for OWD
| |   tools/ocpigen/src/parse.cxx: ditto
| |   runtime/util/property/src/OcpiUtilProperty.cxx: warning message
| |
| * 3d2ba71 (Tue, 12 Mar 2019 15:40:33 -0400)
|/  zero length message protocol support and zero width HDL data width support
|   projects/assets/components/util_comps/test_tx_event.hdl/test_tx_event.vhd: update to use fixed zlm protocol
|   projects/core/components/backpressure.hdl/backpressure.vhd: update to v2 to support zlm0 protocols properly
|   projects/core/components/backpressure.hdl/backpressure.xml: ditto
|   projects/core/components/backpressure.test/backpressure-test.xml: fix buffer size issue
|   projects/core/components/bias.test/bias-test.xml: disable ancient verilog testing for now
|   projects/core/components/file_write.hdl/file_write.vhd: update to v2 to support zlm0 protocols properly
|   projects/core/components/file_write.hdl/file_write.xml: ditto
|   projects/core/components/file_write.rcc/file_write.co: ditto
|   projects/core/components/file_write.rcc/file_write.xml: ditto
|   projects/core/components/metadata_stressor.hdl/metadata_stressor.vhd: ditto
|   projects/core/components/metadata_stressor.hdl/metadata_stressor.xml: ditto
|   projects/core/hdl/devices/sdp_send.hdl/sdp_send.vhd: found a bug hidden by another bug
|   -- eof caused endless eof messages (but they were usually flow-controlled anyway).
|   projects/core/hdl/primitives/ocpi/master.vhd: allow zero-width datapath
|   projects/core/hdl/primitives/ocpi/slave.vhd: ditto
|   projects/core/specs/tx_event-prot.xml: eliminate bug workaround to go to true zero-width data
|   runtime/container/src/ContainerBasicPort.cxx: one more missing EOF conveyance in hdl->rcc
|   runtime/dataplane/msg_driver_interface/client_server/src/OcpiMessageCircuit.cxx: ditto
|   runtime/dataplane/transport/impl/include/OcpiPort.h: ditto
|   runtime/dataplane/transport/impl/src/OcpiPort.cxx: ditto
|   tests/av-test/components/Makefile: enable all tests as a default
|   tools/ocpigen/src/data.cxx: zero width data path support
|   tools/ocpigen/src/hdl-assembly.cxx: handle to-zero and from-zero adapter insertion
|   tools/ocpigen/src/tests.cxx: allow normal commands in test scripts without absolute pathnames
|   tools/ocpigen/src/wsi.cxx: zero width data path support
|   projects/core/hdl/adapters/wsi_adapt_from_zero.hdl: new adapter for zero-width
|   projects/core/hdl/adapters/wsi_adapt_to_zero.hdl: ditto
|   projects/core/specs/event-prot.xml: the minimal protocol to convey pulses
|   tests/av-test/components/atest.rcc: an accessibility test
|   tests/av-test/components/atest_errors.rcc: an accessibility test to check error messages (manually).
|   tests/av-test/components/event_pass.hdl: a test worker for event-prot.xml
|   tests/av-test/components/specs/atest-spec.xml: accessibility testing
|   tests/av-test/components/specs/atest_error-spec.xml: accessibility testing (for errors, manually)
|   tests/av-test/components/tx_event_pass.hdl: test worker for tx_event-prot
|   tests/av-test/components/tx_event_pass.test: test harness
|
* d2e3563 (Fri, 8 Mar 2019 08:14:57 -0500)
| Merge remote-tracking branch 'origin/develop' into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
* afccf69 (Thu, 7 Mar 2019 16:32:18 -0500)
| fix input ports with output clocks, like a dac with input clocked by sample clock
* ead3936 (Wed, 6 Mar 2019 14:51:49 -0500)
| fix non-verilog OCP connection adaptation to work
* 8137c06 (Wed, 6 Mar 2019 14:44:14 -0500)
| Merge remote-tracking branch 'origin/develop' into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
* a9d7df1 (Tue, 5 Mar 2019 19:50:04 -0500)
| fix double-drive of wsi myclockputput clock signal
* 776eda3 (Tue, 5 Mar 2019 07:11:50 -0500)
| Merge remote-tracking branch 'origin/develop' into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
* 191353b (Mon, 4 Mar 2019 18:32:08 -0500)
| Merge remote-tracking branch 'origin/develop' into feature--AV-4139-smart-hdl-worker-wrappers-split-clocks
* 3a1a7a4 (Thu, 28 Feb 2019 18:27:52 -0500)
| merge from develop
* ee5c80c (Thu, 28 Feb 2019 16:34:21 -0500)
| merge from property_update
* a64cf97 (Thu, 28 Feb 2019 16:33:13 -0500)
| More split clock testing with clock outputs on data and timestamp ports etc.  Major new modes working.
| tools/ocpigen/include/assembly.h: remove obsolete arg
| tools/ocpigen/include/ocp.h: reorg code in ocpiSignalPrefix vs connectOcpSignal, for non-port clocks
| tools/ocpigen/include/ocpigen.h: track when clocks are purely internal
| tools/ocpigen/include/port.h: better return value
| tools/ocpigen/src/hdl-assembly.cxx: major rework to deal with non-port clocks out of a subassembly
| tools/ocpigen/src/hdl-worker.cxx: deal better with non-worker clocks, internal vs external
| tools/ocpigen/src/ocp.cxx: major rework to deal with non-port clocks out of a subassembly
| tools/ocpigen/src/parse.cxx: add m_internal member to clocks
| tools/ocpigen/src/port.cxx: indent and better addMyClock for ports.
| tools/ocpigen/src/wsi.cxx: deal with non-port clocks
|
* 15fa02e (Wed, 27 Feb 2019 11:01:40 -0500)
| merge from proerty_update
* 1b3881b (Wed, 27 Feb 2019 09:57:39 -0500)
  Minor build fixes, comments
  tools/cdk/include/hdl/hdl-targets.mk: quite warnings when cleaning
  tools/cdk/include/package.mk: ditto
  tools/cdk/include/project.mk: nuke extra blank lines in output
  tools/cdk/scripts/getPlatform.sh: tolerate brand new platforms when you are on it.
  tools/ocpigen/src/wti.cxx: comments
AaronDMarasco-VSI added a commit that referenced this pull request Apr 6, 2020
…19e)

* 29fb19e (Mon, 8 Apr 2019 11:51:50 -0400)
| Add kernel headers to whitelist NoJenkins
*   262e1ef (Mon, 8 Apr 2019 10:51:53 -0400)
|\  Merge branch 'iqstream_max_calculator_test_comment' into develop
| * 71fa7f2 (Mon, 8 Apr 2019 10:47:59 -0400)
| | added comments
| *   2abdc95 (Mon, 8 Apr 2019 09:54:32 -0400)
| |\  Merge branch 'hotfix--AV-5360-job-2-failing-in-v1.5.0-branch' into v1.5.0
| | | * hotfix--AV-5360-job-2-failing-in-v1.5.0-branch:
| | |   Revert "Temporary fix for Jenkins NoJenkins AV-5360"
| | |   AV-5360 move build assembly reading of variable NoJenkins
| | |   Temporary fix for Jenkins NoJenkins AV-5360
| | |   Add new variable 'build_assemblies' for AV-5360 NoJenkins
| | |
* | | a844e48 (Mon, 8 Apr 2019 10:00:05 -0400)
| | | Revert "Revert "Temporary fix for Jenkins NoJenkins AV-5360""
| | | This reverts commit 5455ea9d3e3165baa3026708004b0e0b903ec82c.
| | |
* | |   5114aab (Mon, 8 Apr 2019 09:54:58 -0400)
|\ \ \  Merge branch 'hotfix--AV-5360-job-2-failing-in-v1.5.0-branch' into develop NoJenkins
| | |/  * hotfix--AV-5360-job-2-failing-in-v1.5.0-branch:
| |/|     Revert "Temporary fix for Jenkins NoJenkins AV-5360"
| | |     AV-5360 move build assembly reading of variable NoJenkins
| | |     Temporary fix for Jenkins NoJenkins AV-5360
| | |     Add new variable 'build_assemblies' for AV-5360 NoJenkins
| | |     Worker provides no added value AV-3504
| | |     Email all, no fallbacks
| | |
| * | 5455ea9 (Mon, 8 Apr 2019 09:53:09 -0400)
| | | Revert "Temporary fix for Jenkins NoJenkins AV-5360"
| | | This reverts commit cc06f77aafaa3cc78f544ba7edcd215b28bcb84c.
| | |
| * | 697cbf5 (Mon, 8 Apr 2019 09:51:42 -0400)
| | | AV-5360 move build assembly reading of variable NoJenkins
| * | cc06f77 (Mon, 8 Apr 2019 09:21:41 -0400)
| | | Temporary fix for Jenkins NoJenkins AV-5360
| * | 6899a02 (Mon, 8 Apr 2019 09:18:22 -0400)
| |/  Add new variable 'build_assemblies' for AV-5360 NoJenkins
| *   e736f55 (Mon, 8 Apr 2019 09:02:16 -0400)
| |\  Merge pull request #39 in AV/opencpi from AV3504_removing_bias_16_worker to v1.5.0
| | | * commit 'd0a47ec7e17deb2b9b711d7bd048ae9eb5776759':
| | |   Worker provides no added value AV-3504
| | |
| | * d0a47ec (Mon, 8 Apr 2019 08:27:01 -0400)
| |/  Worker provides no added value AV-3504
| * 644d472 (Mon, 8 Apr 2019 07:53:09 -0400)
| | Email all, no fallbacks
* | 28b7729 (Mon, 8 Apr 2019 08:10:38 -0400)
|/  Worker provides no added value AV-3504
* 5e2ca69 (Mon, 8 Apr 2019 07:26:01 -0400)
| Synchronize defaults across Jobs 1 and 2 NoJenkins
* c19c2d3 (Mon, 8 Apr 2019 07:23:14 -0400)
| Stupid JENKINS-47927... NoJenkins
* 9e3cf61 (Mon, 8 Apr 2019 07:04:00 -0400)
| Announce completions of Job 2 NoJenkins
* b670224 (Mon, 8 Apr 2019 06:50:22 -0400)
| Make release branches always build assemblies (NoJenkins)
* 8596b35 (Mon, 8 Apr 2019 06:19:46 -0400)
| Turn off test assemblies in develop in prep for 1.5 split NoJenkins
* 1b41bef (Mon, 8 Apr 2019 06:18:52 -0400)
| File moved; fix copyright whitelist (NoJenkins)
* 4cbd42d (Sun, 7 Apr 2019 11:03:08 -0400)
| previous metadata_stressor fix was not specific enough
* c9b314f (Sat, 6 Apr 2019 17:45:19 -0400)
| AV-5340 - zlms just before EOF get dropped in metadata_stressor v2
* a2f9513 (Sat, 6 Apr 2019 12:06:42 -0400)
| fix more corner cases in metadata_stressor.vhd with various tests using hdlfileio=false
* 1cb24d6 (Fri, 5 Apr 2019 17:08:41 -0400)
| fixed bugs with iqstream_max_calculator_test
* 58ef175 (Fri, 5 Apr 2019 13:35:01 -0400)
| broke some tests when implementing AV-5349
* c8ec937 (Fri, 5 Apr 2019 13:11:00 -0400)
| Update to Matchstiq-Z1 example_design README. This directory should not be included in RPMs
* 639a82e (Fri, 5 Apr 2019 13:09:42 -0400)
| Matchstiq-Z1 doc updates
* 83d480d (Fri, 5 Apr 2019 13:07:58 -0400)
| Typos, path updates
* a8882f1 (Fri, 5 Apr 2019 13:07:22 -0400)
| Updated but left in inactive. Requires more work before being promoted to assets
* d79cf67 (Fri, 5 Apr 2019 13:06:31 -0400)
| Replace AD9361 verbage
*   dc0a712 (Fri, 5 Apr 2019 10:29:57 -0400)
|\  Merge branch 'develop' of <internal server>/opencpi into develop
| * b128b6b (Fri, 5 Apr 2019 09:45:13 -0400)
| | Removed old/redundant matchstiq_z1_avr.tex
| * 9232cfd (Fri, 5 Apr 2019 09:22:11 -0400)
| | Latex updates
| * cb163a6 (Fri, 5 Apr 2019 09:11:45 -0400)
| | Release branches should always build test assemblies NoJenkins
| * f7958e8 (Fri, 5 Apr 2019 08:35:55 -0400)
| | Temporarily make ALL test assemblies build
| * f10cb89 (Fri, 5 Apr 2019 08:34:25 -0400)
| | Temporarily make ALL test assemblies build
| * abf271c (Fri, 5 Apr 2019 07:49:20 -0400)
| | Moved Si5351.tex into its worker directory, to conform with Si5338.hdl and other similar workers
| * a3ba10e (Fri, 5 Apr 2019 07:41:48 -0400)
| | Updated Latex for ml605, alt4, memmap
* | ed1373e (Fri, 5 Apr 2019 10:29:37 -0400)
|/  AV-5337 and friends
|   projects/core/components/metadata_stressor.hdl/metadata_stressor.vhd: fix zlm->swm issue
|   projects/core/hdl/primitives/ocpi/master.vhd: fix multiple-messages-after-eof issue - exactly AV-5337
|   projects/core/hdl/primitives/ocpi/slave.vhd: fix eof after eom issue
|   tools/ocpigen/src/tests.cxx: add "secret" OCPI_FORCE_HDFL_FILE_IO shortcut
|
* 89a752a (Fri, 5 Apr 2019 06:31:50 -0400)
| Moar commentary (NoJenkins)
*   1c21c84 (Thu, 4 Apr 2019 18:05:35 -0400)
|\  Merge branch 'bugfix--AV-5341-move-v1-workers-with-v2-versions-to-inactive' into develop
| | * bugfix--AV-5341-move-v1-workers-with-v2-versions-to-inactive:
| |   Move documentation files back where needed (AV-5341)
| |   Shuffle to rename v2 workers to standard names (AV-5341)
| |   Remove "2" workers from Makefile AV-5341
| |   Move timestamper back from inactive (AV-5341)
| |   Move v1 workers with dupes to inactive AV-5341
| |
| * c1fdfb8 (Thu, 4 Apr 2019 15:26:40 -0400)
| | Move documentation files back where needed (AV-5341)
| * d9946bd (Thu, 4 Apr 2019 14:47:59 -0400)
| | Shuffle to rename v2 workers to standard names (AV-5341)
| | Also deleted timestamper2 (it was a bogus / test worker)
| |
| * bd5248e (Thu, 4 Apr 2019 14:22:49 -0400)
| | Remove "2" workers from Makefile AV-5341
| * a7c5fe1 (Thu, 4 Apr 2019 14:22:21 -0400)
| | Move timestamper back from inactive (AV-5341)
| * be62bba (Thu, 4 Apr 2019 12:57:13 -0400)
| | Move v1 workers with dupes to inactive AV-5341
* | 15c1a9c (Thu, 4 Apr 2019 18:04:45 -0400)
| | Forgot to fix typos and add some words in pattern_v2.vhd description section.
* | eea7b38 (Thu, 4 Apr 2019 17:39:07 -0400)
| | Fixed pattern_v2 messagesToSend property accessibility. Was erroneously Writable; should have been Initial. Made appropriate one line change in worker. Made some edits to documentation as well.
* | abd506f (Thu, 4 Apr 2019 16:00:17 -0400)
| | fixed bug that broke running a unit test from inside a unit test directory AV-5349
* | b102b2b (Thu, 4 Apr 2019 15:07:53 -0400)
| | Add notes about readable attribute
* | 7a4d311 (Thu, 4 Apr 2019 12:46:13 -0400)
|/  AV-5050 Convert IDE-building dockerfile to 'multi-stage', move Webtools version 3.8 -> 3.9 ; NoJenkins
|   This doesn't change any functionality. Only change is the resulting
|   jenkins/av_idebuild:v1 image uses Webtools 3.9 instead of 3.8 .
|
* 65d28bb (Thu, 4 Apr 2019 12:35:52 -0400)
| Merge pull request #35 in AV/opencpi from feature--AV-5050-convert-docker-PDF-to-multistage to develop
| Squashed commit of the following:
|
| commit 5ef9f959a3cc0b1bca38cf5cc123b70d34667ff4
| Date:   Wed Apr 3 14:47:08 2019 -0400
|
|     AV-5050 Convert PDF-building dockerfile to 'multi-stage' ; NoJenkins
|
*   a304710 (Thu, 4 Apr 2019 11:46:52 -0400)
|\  taken out the release tag on ocpi version requirement
| * cc06c70 (Thu, 4 Apr 2019 09:04:17 -0400)
| | taken out release tag for opencpi
| * 44679f9 (Thu, 4 Apr 2019 07:37:55 -0400)
| | fix syntax err: postrun->postun
| * de0e37c (Wed, 3 Apr 2019 17:25:53 -0400)
| | resolve conflict merging develop in this file
| * 77ce56f (Wed, 3 Apr 2019 16:57:19 -0400)
| | resolve conflicts merge develop into this file
| *   1f485c5 (Wed, 3 Apr 2019 15:56:52 -0400)
| |\  merged and resolved the conflict
| | * 027d058 (Wed, 3 Apr 2019 15:47:26 -0400)
| | | * cf86fb2 (Tue, 2 Apr 2019 09:39:55 -0400) | prior changes made are discarded * 3a0afb4 (Fri, 29 Mar 2019 08:42:15 -0400) | AV-5245 TEMP FIX revert later * 7298422 (Thu, 28 Mar 2019 17:13:38 -0400) | AV-5245 Testing dependencies * 85a094c (Thu, 28 Mar 2019 15:32:46 -0400) | added changes to see RPM version requirement for hw-packages * b69c38d (Thu, 21 Mar 2019 16:48:26 -0400) | Added required RPM version to cdk.spe file * 4f0091e (Tue, 19 Mar 2019 12:15:50 -0400)   Added RMP Version Fix Squashed commit of hotfix--v1.5.0-AV-5245-all-rpm-sub-packages-should-require-main-opencpi-package (AV-5245)
| * | 003ba2e (Wed, 3 Apr 2019 14:11:12 -0400)
| | | change pre with pre,post
| * | b05cbf3 (Wed, 3 Apr 2019 14:07:08 -0400)
| | | remove pre post requirement
| * | 42278e6 (Wed, 3 Apr 2019 10:01:55 -0400)
| | | revert changes
| * | d6e60c4 (Wed, 3 Apr 2019 07:15:27 -0400)
| | | Wording fixed
| * | 6dff41e (Wed, 3 Apr 2019 07:11:38 -0400)
| | | More debug
| * | 7790683 (Wed, 3 Apr 2019 07:08:41 -0400)
| | | Testing
| * | 0914c7e (Wed, 3 Apr 2019 06:59:43 -0400)
| | | Require version to only be numbers with possible "gh" suffix
| * |   74ce46b (Tue, 2 Apr 2019 12:10:32 -0400)
| |\ \  Merge branch 'develop' into hotfix--v1.5.0-AV-5245-all-rpm-sub-packages-should-require-main-opencpi-package
| | * | 6d3674c (Tue, 2 Apr 2019 11:31:11 -0400)
| | | | * cf86fb2 (Tue, 2 Apr 2019 09:39:55 -0400) | prior changes made are discarded * 3a0afb4 (Fri, 29 Mar 2019 08:42:15 -0400) | AV-5245 TEMP FIX revert later * 7298422 (Thu, 28 Mar 2019 17:13:38 -0400) | AV-5245 Testing dependencies * 85a094c (Thu, 28 Mar 2019 15:32:46 -0400) | added changes to see RPM version requirement for hw-packages * b69c38d (Thu, 21 Mar 2019 16:48:26 -0400) | Added required RPM version to cdk.spe file * 4f0091e (Tue, 19 Mar 2019 12:15:50 -0400)   Added RMP Version Fix Squashed commit of hotfix--v1.5.0-AV-5245-all-rpm-sub-packages-should-require-main-opencpi-package (AV-5245)
| * | | cf86fb2 (Tue, 2 Apr 2019 09:39:55 -0400)
| | | | prior changes made are discarded
| * | | 3a0afb4 (Fri, 29 Mar 2019 08:42:15 -0400)
| | | | AV-5245 TEMP FIX revert later
| * | | 7298422 (Thu, 28 Mar 2019 17:13:38 -0400)
| | | | AV-5245 Testing dependencies
| * | | 85a094c (Thu, 28 Mar 2019 15:32:46 -0400)
| | | | added changes to see RPM version requirement for hw-packages
| * | | b69c38d (Thu, 21 Mar 2019 16:48:26 -0400)
| | | | Added required RPM version to cdk.spe file
| * | | 4f0091e (Tue, 19 Mar 2019 12:15:50 -0400)
|  / /  Added RMP Version Fix
* | | 1fd7f9c (Thu, 4 Apr 2019 11:34:17 -0400)
| | | * cf86fb2 (Tue, 2 Apr 2019 09:39:55 -0400) | prior changes made are discarded * 3a0afb4 (Fri, 29 Mar 2019 08:42:15 -0400) | AV-5245 TEMP FIX revert later * 7298422 (Thu, 28 Mar 2019 17:13:38 -0400) | AV-5245 Testing dependencies * 85a094c (Thu, 28 Mar 2019 15:32:46 -0400) | added changes to see RPM version requirement for hw-packages * b69c38d (Thu, 21 Mar 2019 16:48:26 -0400) | Added required RPM version to cdk.spe file * 4f0091e (Tue, 19 Mar 2019 12:15:50 -0400)   Added RMP Version Fix Squashed commit of hotfix--v1.5.0-AV-5245-all-rpm-sub-packages-should-require-main-opencpi-package (AV-5245)
* | | 69c1b7d (Thu, 4 Apr 2019 11:16:32 -0400)
| | | changes to how we'll do documentation as well as how to get a built project out of Jenkins
* | | 53eec1a (Thu, 4 Apr 2019 09:47:38 -0400)
| | | Remove dupe path
* | | 91756d3 (Thu, 4 Apr 2019 09:20:38 -0400)
| | | Squashed commit of "Doc_conversion_to_latex" branch:
| | | commit 43061d4588a1c60d6dc97984fb24251c1923b1e9
| | | Date:   Thu Apr 4 09:12:38 2019 -0400
| | |
| | |     Move generator and pick up new Application Guide
| | |
| | |     Also make generator do LaTeX in parallel
| | |
| | | commit 1b5b443b7dcfc2713bc44a0c135b6493d33187db
| | | Date:   Thu Apr 4 06:40:17 2019 -0400
| | |
| | |     Remove early RCC and old Application guides
| | |
| | | commit a734e56c241e53decbede9e9f19b8e122b20b7bc
| | | Merge: c040bcf 2625ce2
| | | Date:   Thu Apr 4 06:36:40 2019 -0400
| | |
| | |     Merge remote-tracking branch 'origin/develop' into
| | | Doc_conversion_to_latex
| | |
| | |     * origin/develop:
| | |       prevented creation of None Project object in registry object when
| | | broken links exist in registry AV-5348
| | |       Updated version info for device workers in assets
| | |       Update to README. Remove content that was confusing or OBE
| | |       Removed 'note-to-self' text file
| | |       Updates to various READMEs under core/hdl/*
| | |       Some IP patterns from E3xx repo NoJenkins
| | |       Bring in lessons learned from AV-5245 branch (NoJenkins)
| | |       Update some release stuff
| | |       updadted rcc debugging documentation
| | |       AV-5257 Deprecate Zipper in docs ; NoJenkins
| | |       Several short term issues:  AV-5324, AV-5312, slot name prefix for
| | | advr9361, remote test fixes
| | |       fixed bugs in ad9361_adc_ts.hdl, now the SAMPLES, TIME, and SYNC
| | | opcodes should be produced correctly
| | |       updated usage for ocpidev run/show/utilization help
| | |       Updates to FPGA Vendor Tool Install Guide
| | |       made updates to Slave api section
| | |       Fix typoe
| | |       adding copyright headers
| | |       AV-5304 Removed things pertaining to gpsd
| | |       New ordering of Job2 phases. Wish me luck!
| | |       Disable repo GPG check as well, per IT
| | |       adding copyright to unit_tester.vhd
| | |       Fix phase dependencies
| | |       ocpidev updates to CDG
| | |       Force project import/export link refresh after phases 3 and 5
| | |       Temporarily remove top-level shadow-source until Makefile is more
| | | robust to accommodate different Xilinx tools/version
| | |       Temporarily remove shadowing directory until Makefile is more
| | | robust to accommodate different Xilinx tools/version
| | |       AV-5018: Allow old-school non-.tar compressed extensions
| | |       AV-5018 move logic to centralize
| | |       Auto extract and clean kernel-headers if tarball present AV-5018
| | |       FINALLY get the kernel headers out of the repo AV-5018
| | |       pr_cordic had start-up edge condition found by metadata-stressor
| | |       Add copyright exemptions to some Xilinx-sourced files w/out
| | | copyright (NoJenkins)
| | |       Add missing copyrights (NoJenkins)
| | |       Updated paths to source after moving them (source) to support
| | | shadowing
| | |       Add copyright header
| | |       Updated source location: in support of shadowing
| | |       Moved source to top-level to support shadowing
| | |       Few comment fixed NoJenkins
| | |       Revert "more minor gpsd/my*setup.sh edits (ref AV-5117)"
| | |       more minor gpsd/my*setup.sh edits (ref AV-5117)
| | |       fixed typo in comment
| | |       causing gpsd to startup for xilinx13_4 ONLY during my*setup.sh
| | | sourcing (ref AV-5117)
| | |       primitive lib lookup before any are built created bad env
| | |       install-opencpi.sh issue (AV-5293), adrv9361 container build
| | | issue,
| | |       Temporarily disable stressor test while debugging issue
| | |       forgot to enable ad9361_config_ts_proxy.rcc building in
| | | assets_ts/hdl/devices/Makefile
| | |       updating DRC OCS+doc and FMCOMMS worker+doc based on code review
| | | feedback
| | |       Move special platform OWDs out of projects/core/specs:
| | | AV-5174/AV-5172/AV-5175/AV-5173
| | |       AV-4799 ntp got overwritten restoring this file
| | |       missing write notify call when app.setPropertyValue<> is used -
| | | AV-5220
| | |       removing accidentally checked in file
| | |       removed debuging printsatements that were checked in AV-5292
| | |       squash the hardware timing violations with a bit more pipelining
| | |       fix primitive library locating when none are built
| | |       some updates for file read/write datasheets for 1.5
| | |       AV-1297 the features (makefile vars now in OWD and build files),
| | | and the changes to the core project to use them + more fixes for the
| | | driver Makefile, AV-5282
| | |       fixed bug introduced during recent property access updates which
| | | was causing invalid memory offsets during getPropertyBytes() and
| | | setPropertyBytes()
| | |       AV-5282 fixes
| | |       update to realdigitizer for 1.5
| | |       doc updates based on code review
| | |       updates to baudtracking doc for 1.5
| | |       deleting extra file
| | |       Revert "testing AV-4914 during its review"
| | |       AV-5286 NoJenkins added link to ticket for a FIXME
| | |       Broke develop. Then fixed it. Did anyone notice?
| | |       Squashed commit of AV-4927-convert-bsv-to-vhdl (AV-4927)
| | |       testing AV-4914 during its review
| | |       Jenkins description clarity (ref AV-4194)
| | |       Merge pull request #29 in AV/opencpi from
| | | bugfix--AV-5277-Add-warnings-about-deprecated-zero-padding to develop
| | |       AV-4194 fix comment NoJenkins
| | |       doc updates based on code review
| | |       Change Jenkins build options AV-4194 (NoJenkins)
| | |       primitive core (ml605) build issues and framework makefile always
| | | incorrectly including the host platform.
| | |       updated comments in generated Project.mk (AV-5223)
| | |       AV-4833 Rename rx_app app/assemblies to differentiate between
| | | existing application
| | |       adding workers/test for dropin test to cover AV-4971 and AV-4825
| | |       AV-5280 updated ocpidev run and utilization to work at the
| | | libraries(collection of libraries) level
| | |       additional worker (ad9361 config proxy) copied, modified, and
| | | placed in assets_ts project (AV-5217)
| | |       AV-5279
| | |       excluding bias_ver.hdl again because it's failing
| | |
| | | commit c040bcfc5d9dd0df6c0e0fdf4598c282ee4c5d7e
| | | Date:   Mon Apr 1 16:25:46 2019 -0400
| | |
| | |     added "ocpixml" code colors to "code"
| | |     created hyperlinks
| | |
| | | commit 06435781fff0c7aa39cf32307e9601280844ea1c
| | | Date:   Fri Mar 29 14:14:35 2019 -0400
| | |
| | |     changed "code" to "colored xml"
| | |
| | | commit b58e5d4efc0b42bf1a3eedc976a71b35b54457ad
| | | Date:   Thu Mar 28 15:39:13 2019 -0400
| | |
| | |     confirm commit
| | |
| | | commit 52e72a419217a797ad2388a31baec12c2dc22dfb
| | | Merge: 143017f 000a952
| | | Date:   Thu Mar 28 15:19:12 2019 -0400
| | |
| | |     Merge branch 'Doc_conversion_to_latex' of
| | | <internal server>/opencpi into
| | | Doc_conversion_to_latex
| | |
| | | commit 143017f09fdcf2fdf9f50ca0fdcec53d75d4ca7f
| | | Date:   Thu Mar 28 14:51:12 2019 -0400
| | |
| | |     add glossary and definitions
| | |
| | | commit 000a9529177794e3b0da2fe1a6799ed6288d8e74
| | | Date:   Thu Mar 28 13:05:06 2019 -0400
| | |
| | |     Add new "ocpixml" environment
| | |
| | | commit bdf3b3f051dcad3df950acb3b4c7057174d6ebab
| | | Date:   Wed Mar 27 13:03:43 2019 -0400
| | |
| | |     Renames; unsure about RCC status at this time
| | |
| | | commit 59c83e91025fc82c500745c1da03518c3cd465a7
| | | Merge: 475c108 603cd9e
| | | Date:   Wed Mar 27 13:00:45 2019 -0400
| | |
| | |     Merge remote-tracking branch 'origin/develop' into
| | | Doc_conversion_to_latex
| | |
| | |     * origin/develop:
| | |       rx_app - removing build warnings and removing outdated Makefile
| | | contents
| | |       fix ctests ancient synthesized worker crash
| | |       Add 'technology preview' tags
| | |       AV-4490 - this has been fixed NoJenkins
| | |       AV-4449 fixed Release Notes NoJenkins
| | |       Fix EOF propagation in v2 RCC workers.
| | |       changing xmls trying to close AV-4486
| | |       AV-5245 Release Note NoJenkins
| | |       Use new macro more in Release Notes (NoJenkins)
| | |       Added warnings AV-4486 AV-4490 NoJenkins
| | |       AV-4402 missed some TODOs NoJenkins
| | |       Release Notes AV-5172 AV-5173 AV-5174 AV-5175
| | |       AV-5235 Release Notes
| | |       AV-5275 Release Notes
| | |       Release Notes tweaks AV-3298 AV-4693
| | |       Release Notes: AV-3298 AV-5034 AV-4116 AV-4963
| | |       AV-5105: Release Notes
| | |       AV-5094 Release Notes
| | |       Fix AV-4848 Release Notes
| | |       AV-4961: Release Notes
| | |       AV-4848 Release Notes
| | |       AV-4482 Release Notes
| | |       AV-3840 Release Notes
| | |       Move a chunk in release notes
| | |       DRC doc updates to section 2.6 (was 2.6 at time of code review)
| | | based on code review feedback
| | |       DRC doc updates to section 2.4 based on code review feedback
| | |       DRC doc updates to section 2.3 based on code review feedback
| | |       Start 1.5 Release Notes; AV-4173 AV-4278 AV-4526 AV-4486 AV-2241
| | | AV-4804 AV-5217 AV-5257 AV-4994
| | |       changing test xmls back to full test mode
| | |       added functionilty to allow specifying a component without the
| | | .xml or spec on the end of the name to ocoidev.  also added the doctests
| | | to be run by ocpitest
| | |       DRC doc updates to section 2.2 based on code review feedback
| | |       AV-4978 Add comment deprecating TimeStamped_IQ protocol
| | |       DRC doc updates to section 2.1 based on code review feedback
| | |       removing debug line
| | |       More sudo cleanup AV-5238
| | |       Add top-level "make doc" (AV-4402)
| | |       adding TODO provoked by code review comment
| | |       added README
| | |       AV-3096 Remove comment about closed issue
| | |       edits related to AV-3725
| | |       added arraydimention fuctionality to ocpidev show component/worker
| | | AV-5119
| | |       modifying test xmls for failing tests
| | |       addressing AV-5225 in this branch
| | |       extended timeouts for jenkins, added comments
| | |       removing comments
| | |       pushing fix
| | |       Rename assets_ts components to add ts suffix
| | |       Add copyright header to TS RX App assemblies
| | |       updated show projects to output the package id from the makefile
| | | instead of the link in the registry AV-5223
| | |       Force reload of udev rules on install / uninstall. Observed on
| | | training laptops
| | |       Tweak wording NoJenkins
| | |       Worker test fixes and more "const" for rcc run conditions, and
| | | length file_read/write CWD lengths
| | |       Add rx_app_filerw assemblies and app XML
| | |       AV-5087 Fix latency bug on complex mixer ts version
| | |       AV-4841 Fix ZLM and verify.py bugs with fir_complex_sse ts version
| | |       Rephrased some comments.
| | |       runtime/library/src/OcpiLibraryAssembly.cxx: improve rejection
| | | messages tools/cdk/include/xxx-worker.mk: ensure lib/workers file is
| | | updated when skeletons are created -- as oppose to only (for HDL
| | | workers), when an actual target is built tools/ocpigen/include/wip.h:
| | | add args to ensure worker xml dependencies are "optional" in unit test.
| | | -- enabling workers to disappear. tools/ocpigen/src/parameters.cxx:
| | | ditto tools/ocpigen/src/parse.cxx: ditto tools/ocpigen/src/tests.cxx:
| | | ditto, and add ../lib/workers to dependencies tools/ocpigen/src/sdp.cxx:
| | | minor code gen mistake for platforms with no signals
| | |       Remove name (NoJenkins)
| | |       AV-5117 Added fix so header files will be included in sw-devel
| | | rpms
| | |       Add grep cmd to doc NoJenkins
| | |       Tweak output more and add old-school 'strings' too (NoJenkins)
| | |       Add missing copyright headers NoJenkins
| | |       Add server to blacklist AV-5268 NoJenkins
| | |       Add RPM scanning (AV-5268) and tweaked wording of logs. NoJenkins
| | |       doc udpates based on code review feedback
| | |       updates to ocpidev show components and worker to allow for
| | | multiple libraries to have the same package id AV-5255
| | |       fixed None bug in registry remove function
| | |       fixed bug where --worker was not respected if not using the
| | | library noun directly AV-4948
| | |       AV-5224: Add NFS security warnings (NoJenkins)
| | |       added informational messages for what is occuring set/unset
| | | register/unregister
| | |       Added blurb about initial data and metadata property values in
| | | simulation
| | |       AV-5239 remove extra symlinks
| | |       ad9361_adc_ts.hdl - added suport for sync opcode
| | |       Committing work for - Port the Assemblies/Apps that use the old
| | | pattern/capture to the _v2 versions. AV-4415
| | |       fixed delayed properties and added a unit test for this AV-5202
| | |       Added guard on error message for set project registry in
| | | project.py.set_registry (AV-5252)
| | |       bug fixes for ocpidev utilization
| | |       (AV-5256) Squashed commit of the following (NoJenkins):
| | |       Reorganize filter tap scripts to fix FSK app build error
| | |       Fix unused signal issue again, and AV-3357
| | |       Add comment explaining ComponentLibraries assignment
| | |       Add components to Library.mk to avoid erroneously referencing
| | | assets project
| | |       AV-2985 AV-5217 Explicitly put platform name because otherwise
| | | assets* matches assets_ts as well.
| | |       AV-2985 increase sleep delay for test launch
| | |       Deal better with signals whose direction is "unused". AV-3725 +
| | | plus associated cleanups
| | |       AV-5251 Fix bash -z usage
| | |       move and remove some unused protocol files
| | |       Minor bugs in ocpi-copy-project and registry.py (AV-5231)
| | |       AV-2985 merge remaining for 1.5 NoJenkins
| | |       minor jenkins logging change
| | |       AV-5198 Add experimental decimator primitive to cic_dec ts version
| | |       downgrade curses error if ther is not a terminal to an info
| | |       AV-4804 Add delayline primitive to core project
| | |       AV-5217 AV-2985 AV-5156 Sync the various Job2 groovy files by hand
| | |       AV-5217 More feedback on sync points and unicode arrows
| | |       Temporarily disable alst4 and ml605 in develop
| | |       AV-5217 remove tracing, fix documentation, add synchronization
| | | feedback
| | |       AV-5217 testing trace
| | |       Fix unquoted '/opt/opencpi/cdk/centos7/bin/ocpidev: line 929: [:
| | | too many arguments' NoJenkins
| | |       Merge 2c1b8222331e310912923f6f305d82fc959c3c80 AV-5234
| | |       AV-5217 add assets_ts to the RPMs
| | |       Incorporated more feedback.
| | |       reinstate hex option to app dump, and improve: make
| | | cleaneverything
| | |       AV-4804 Add time-based components to new branch
| | |       attempt #2 at getting Jenkins to build new assets_ts project in
| | | parallel
| | |       Add some color to test files I was using to test color fixes
| | |       Block SWIG importing on python3
| | |       Fix colors.py for python3
| | |       PDF version of UG and use it as a source
| | |
| | | projects/core/components/metadata_stressor.hdl/metadata_stressor.vhd:
| | | another edge case in the state machine -- in the set of changes for
| | | conversion to v2 runtime/rcc/include/RCC_Worker.h: sync up type names
| | | with documentation in RCC::PortMask tools/ocpigen/src/tests.cxx: fix the
| | | patch that nuked "only" and "platform".
| | |       minor edit based on code review feedback
| | |       attempt #1.5 at getting Jenkins to build new assets_ts project in
| | | parallel
| | |       attempt #1 at getting Jenkins to build new assets_ts project in
| | | parallel
| | |       AV-4804 Merge new ComplexShortWithMetadata protocol into develop
| | |       updated makefile system to allow primitieves to be built at the
| | | lower level and a primitive is still exported to the primitive library
| | | level AV-3500
| | |       Added more tool info
| | |       Add refs to wiki
| | |       ad9361_adc_ts.hdl : moving to new ComplexShortWithMetadata
| | | protocol (only produces messages with time or samples opcodes for now)
| | |       Incorporated more feedback and revised finish logic to stop on
| | | eofs as well now that eof has been added.
| | |       etc_init_gpsd changes: removing -n option to mitigate unnecessary
| | | file lock at first gpsd start occurrence, replacing erroneous use of
| | | DEVICES variable with GPS_DEVICES
| | |       covert tabs to spaces in OcpiApplication.cxx before editing
| | | anything in the file
| | |       Fix sysroot for busybox and gpsd
| | |       More zero-width/zlm testing issues
| | |       Moved colors.py per discussions NoJenkins
| | |       AV-5117 logic was wrong... needed to add ! to fix it
| | |       disable broken app temporarily
| | |       update users of tx_event-prot now that is is truly all zlms
| | |       zero length message protocol support and zero width HDL data width
| | | support
| | |       AV-5117 Added fix for etc_initd_gpds to find the location of gpsd
| | | for network mounts or standalone mode
| | |       Move patch fixes to other busybox copy
| | |       Prefix artifact files with "a" AV-5233 NoJenkins
| | |       Fix comment (NoJenkins)
| | |       JENKINS-40167 confirmed fixed NoJenkins
| | |       Supposedly fixed NoJenkins
| | |       Cleaning comments up, cosmetic changes
| | |       Trying to make some code more readable and removed a comment from
| | | build-xml
| | |       Explicitly break out color stuff to development NoJenkins
| | |       More snippets NoJenkins
| | |       CentOS 6 python too old?
| | |       Whitespace NoJenkins
| | |       Fix prereqs to match internet files
| | |       Fix two prereqs to match internet files
| | |       Fix prereqs to match internet files
| | |       Updated FPGA doc to instruct user to try manually scanning for
| | | JTAG pods after setting up cable drivers in Vivado, AV-4918
| | |       Fix two prereqs to match internet files
| | |       allow only= attributes in container XML for compatibility
| | |       moving ad9361_adc_ts.hdl timestamping into the AD9361 DATA_CLK
| | | domain
| | |       Move color table to global location
| | |       updates to alow ocpitest to run asstet test if using rpms AV-4731
| | |       AV-4949 Add -h help option to ocpiview cmd
| | |       Allow more variables that were in Makefiles to be in OWD XML and
| | | -build.xml - AV-5096 -- part of the bigger effort to reduce user
| | | exposure to Makefiles -- move variables from Makefile to OWD in 10
| | | workers
| | |       fix input ports with output clocks, like a dac with input clocked
| | | by sample clock
| | |       added the ability to show version from ocpidev AV-4707
| | |       removed some extra debugging code AV-4955
| | |       updated ocpidev to alow for creation of hdl libriaries AV-4955
| | |       -
| | |       paring down number of zlms metadata_stressor sends
| | |       Minor bash tweaks NoJenkins
| | |       fix non-verilog OCP connection adaptation to work
| | |       Missing file from AV-4784 NoJenkins
| | |       update to ocpidev show help screen AV-3936
| | |       patching gpsd service script do_stop() to no longer exit before
| | | serial port file lock is released (related to AV-5117)
| | |       fix double-drive of wsi myclockputput clock signal
| | |       initial attempt at timestamped version of AD9361-related device
| | | workers (in new assets_ts project)
| | |       update to fix bug id a project is set to None in the registry ist
| | | of projects AV-5189
| | |       AV-4784 With numpy >= 1.12.0: Indexing with floats raises
| | | IndexError, e.g., a[0, 0.0].
| | |       Fixed typo, reworded comment.
| | |       AV-5216 (Add new properties to ad9361_config_proxy.rcc supporting
| | | ADC timestamping)
| | |       added coopyright header AV-4149
| | |       add pylint config file AV-4149
| | |       revert enum namespace fix for AV-4870, it needs to be more
| | | complicated
| | |       fix the fix foro enum namespacing
| | |       AV 4615 removed multiplier and revised logic for getting message
| | | size
| | |       Some property issues and a painful assembly building regression
| | |       removal of \ as a line continuation in python code AV-4161
| | |       fixed build bug causeing error if ocpidev build/clean was called
| | | from outside a project dir AV-4712
| | |       Added some 'tribal knowledge'
| | |       warnings and better mutex for multithreading control of sdp in
| | | simulator
| | |       Squashed commit of AV-5117-gpsd-suite (AV-5117)
| | |       centos6 initializer list constraints again
| | |       Closing property-related tickets: AV-4773 (retested), av-1614 -
| | | handling debug properties correctly, plus pico test issue
| | |       Add 'aborted by user' and do not email on abort
| | |       fixed bug with error messages in ocpidev show
| | |       removed new_project_spource AV-4482
| | |       More split clock testing with clock outputs on data and timestamp
| | | ports etc.  Major new modes working.
| | |       AV-5123 Address review feedback: ocpidev show cmd - column width
| | | fixer
| | |       deprecating -h for ocpidev for --hdl-library AV-4869
| | |       try another way to deal with !m_respQueue.empty() assertion
| | |       AV-5097 added ability for proxy workers to get the operating
| | | status of its slaves
| | |       removed bogus Baudtracker test AV-4724
| | |       removing superfluous dump of user filesystem info in
| | | ocpidev-generated Makefiles
| | |       Minor build fixes, comments
| | |       broken test file fixed
| | |       downgrade this test app to deal with centos6 compiler
| | |       Centos6 compiler workarounds and some more XML warnings removed:
| | |       added outputs for assemblies to table and simple output modes
| | | AV-5192
| | |       Remove warnings from core project, and fix a write-cache bug for
| | | string values
| | |       More testing and warning message improvements for property update
| | |       fix SOM-after-SOM bug in agc_real v1
| | |       fix cic_int error messages and v2 worker in full mode
| | |       property update for consistent API and navigation to non-scalar
| | | subtypes
| | |       typos and warnings and miscellany
| | |       cherry pick fix from develop here
| | |       property update commit for accessibility aspects (other commit for
| | | API update)
| | |       fix failing test due to idles during initial pipeline filling
| | |       Pushed 1.4 training; some copyright checker changes needed
| | | NoJenkins
| | |       Some tweaks to the copyright script NoJenkins
| | |       Add new header to check for copyrights NoJenkins
| | |       Fixed bug in capture_v2, added metadata stressor and backpressure
| | | to custom tests, cranked up capture_v2 test and made improvments to the
| | | verfication.
| | |       Typo
| | |       fixed a typo in comment
| | |       Some imports from US+ branch AV-5179. NoJenkins
| | |       Spelling fixes NoJenkins
| | |       fixed bug with show worker/componets if a property struct member
| | | uses the default type of ulong and doesnt call it out explicitly
| | |       added assemblies to very verbose show output for projects
| | |       AV-4526 Explicitly callout python2 in shebangs
| | |       updates from static analysis of ocpiutil python module
| | |       testing v2 workers
| | |       efficency updates to ocpidev show, calling make less often causing
| | | some commands to run in half the time AV-5178
| | |       Added our slides to recommended reading
| | |       fix trailing eom problem with v2 workers
| | |       Pulled these files out of history; they seemed to have disappeared
| | | in Smartwrappers merge? NoJenkins
| | |       AV-5123 Fix ocpidev show command to not break when a terminal
| | | doesn't exist (e.g. Jenkins) ; NoJenkins
| | |       AV-5123 Shorten widest column to accommodate terminal width in
| | | cmd: ocpidev show ... ; NoJenkins
| | |       Typos NoJenkins
| | |       Import one bugfix from GH PR#17 (NoJenkins)
| | |       static analysis pass on ocpidev python code
| | |       AV-936 Replace deprecated XML element names in workers ; NoJenkins
| | |       Disable repo by default; AV-5177 NoJenkins
| | |       fixing another bug
| | |       Updated comments in HTS and added -build.xml
| | |       AV-4116 implemented ocpidev show worker, added unit and functional
| | | tests
| | |       removed mention of eof from backpressure
| | |       last few tweaks to test xmls
| | |       addressing av-4938
| | |       Removed unnecessary files
| | |       Fixing problem where jenkins no longer ships xilinx13_4
| | |       I dunno how this typo survived since Oct 29th...?
| | |       Timestamper.test - update view script argument to match verify
| | | script argument; plus up view script comments
| | |       left comment tag in
| | |       adding fixes
| | |       -- is invalid in xml comments so we should remove it from the auto
| | | generated comments if it exists AV-5161
| | |       left timeout in
| | |       separating v1 and v2 workers into cases
| | |       adding files to tests with jenkins
| | |       switching ms back to v1
| | |       saving work
| | |
| | | commit 475c108d1a2166ef381eb360f64924a4c64f240a
| | | Date:   Wed Mar 27 11:38:45 2019 -0400
| | |
| | |     updated preamble to organize it added "XML command" ensured no
| | | formatting (no center or \textbf)
| | |
| | | commit 63a76244bac735bd81e30252140d1fb021d65097
| | | Date:   Tue Mar 26 15:53:19 2019 -0400
| | |
| | |     Completed conversion of RCC Guide to Latex
| | |
| | | commit 63ff4d832183797a326a829670bbd3534530132e
| | | Date:   Tue Mar 19 14:20:21 2019 -0400
| | |
| | |     made changes per request: Created Long Tables, took out blue color
| | |
| | | commit 586cf024fbd4926e9f28c7a2c86bbcabc32c6b97
| | | Date:   Mon Mar 18 18:03:00 2019 -0400
| | |
| | |     deleted labels and \emph relevent words
| | |
| | | commit 4012d3e713946b33b96a184dabc70cce217dbd00
| | | Date:   Mon Mar 18 16:56:02 2019 -0400
| | |
| | |     created hyperlinks, deleted unnecessary labels, created longtables
| | | and took out "blue" color to make all tables uniform
| | |
| | | commit 76e0ab2822e80388082b9f7d4ca7f733d0b76e3b
| | | Date:   Fri Mar 15 17:55:40 2019 -0400
| | |
| | |     commit to doc conversion to latex
| | |
| | | commit 2963e1e7b8864f0f3866619bdd619df86247e601
| | | Date:   Fri Mar 15 17:47:30 2019 -0400
| | |
| | |     commit changes
| | |
| | | commit 15976e3eaed5537d71240376e1e6dc940a76eda7
| | | Date:   Thu Mar 7 16:31:44 2019 -0500
| | |
| | |     created longtable and made edits as requested
| | |
| | | commit 3850208fef7b538f2f783a62554c2249dd1960c9
| | | Date:   Tue Mar 5 08:19:03 2019 -0500
| | |
| | |     Changes per AV-CR
| | |
| | | commit cb25bbc39fdadae008cf356e62f78e4206d551c4
| | | Merge: 954776e 46c30a0
| | | Date:   Tue Mar 5 08:12:51 2019 -0500
| | |
| | |     Merge branch 'Doc_conversion_to_latex' of
| | | <internal server>/opencpi into
| | | Doc_conversion_to_latex
| | |
| | | commit 954776e7deba282ab82a8e3c94e2b7cb2db786d6
| | | Date:   Tue Mar 5 08:12:34 2019 -0500
| | |
| | |     changes made per request
| | |
| | | commit 46c30a0ebdc575d1b61f8e38437ee6ec6e959514
| | | Date:   Mon Feb 25 11:49:07 2019 -0500
| | |
| | |     Renamed file
| | |
| | | commit e6a13beb6b68863dd21be58138d537c77e57d44a
| | | Date:   Fri Feb 22 17:20:53 2019 -0500
| | |
| | |     renamed file without spaces and made changes per request
| | |
| | | commit 5d48dbcf8861a1ac9060e780ddd8e1f47c2e2cc2
| | | Date:   Wed Feb 6 09:00:46 2019 -0500
| | |
| | |     renamed file
| | |
| | | commit ac4dbfee384187aee3890105946dfadc47d3411d
| | | Date:   Wed Feb 6 08:56:23 2019 -0500
| | |
| | |     First Revision of OpenCPI_Development_Guide to Latex
| | |
* | | 271784a (Thu, 4 Apr 2019 07:53:06 -0400)
| | | Updated zed_ise readme
* | | cb67d2e (Thu, 4 Apr 2019 07:39:10 -0400)
| | | For consistency under projects/, renamed all OpenCPI 'README.txt' to simply 'README'
* | | 4f81fca (Thu, 4 Apr 2019 07:31:04 -0400)
| | | Remove content that is OBE
* | | d2939fb (Thu, 4 Apr 2019 07:30:30 -0400)
| | | Corrected zed_ise/sd_card/system.xml to report as 'zed_ise', not 'matchstiq_z1'
* | | 8946921 (Thu, 4 Apr 2019 07:29:33 -0400)
| | | Updated version info for tmp100 device worker in assets
* | | 2625ce2 (Wed, 3 Apr 2019 17:32:24 -0400)
| | | prevented creation of None Project object in registry object when broken links exist in registry AV-5348
* | | 18029e2 (Wed, 3 Apr 2019 15:51:11 -0400)
| | | Updated version info for device workers in assets
* | | 2112243 (Wed, 3 Apr 2019 15:49:40 -0400)
| | | Update to README. Remove content that was confusing or OBE
* | | fe7c193 (Wed, 3 Apr 2019 15:48:43 -0400)
| | | Removed 'note-to-self' text file
* | | b84ff45 (Wed, 3 Apr 2019 15:47:45 -0400)
| |/  Updates to various READMEs under core/hdl/*
|/|
* | 020b7c5 (Wed, 3 Apr 2019 14:02:55 -0400)
| | Some IP patterns from E3xx repo NoJenkins
* | 7258e4d (Wed, 3 Apr 2019 13:56:00 -0400)
| | Bring in lessons learned from AV-5245 branch (NoJenkins)
| | Fix broken version checking in releng/Makefile
| | Add some debug to prereq checking (AV-4194)
| |
* | 816ef88 (Wed, 3 Apr 2019 13:33:58 -0400)
| | Update some release stuff
* | 2701083 (Wed, 3 Apr 2019 13:12:15 -0400)
| | updadted rcc debugging documentation
* | 2fbcb06 (Wed, 3 Apr 2019 12:45:30 -0400)
| | AV-5257 Deprecate Zipper in docs ; NoJenkins
* | d49aa61 (Wed, 3 Apr 2019 12:24:32 -0400)
| | Several short term issues:  AV-5324, AV-5312, slot name prefix for advr9361, remote test fixes
| | packaging/make-hw-deploy.sh: ensure dir is created when doing this not for rpms
| | projects/assets_ts/components/complex_mixer_ts.test/complex_mixer_ts-test.xml: reenable stressor mode=full
| | projects/core/components/metadata_stressor.hdl/metadata_stressor.vhd: fix zlm->swm bug AV-5324
| | runtime/application/src/OcpiApplication.cxx: AV-5312 - print volatile properties after app runs
| | runtime/container/src/ContainerWorker.cxx: AV-5312 - propagate more property attributes
| | runtime/dataplane/transport/impl/include/OcpiPort.h: comment out unused methods
| | runtime/dataplane/transport/impl/src/OcpiPort.cxx: comment out unused methods, one more eof gap
| | runtime/remote-support/src/RemoteServer.cxx: remote property dealing with debug properties n0t present
| | runtime/remote/src/RemoteLauncher.cxx: ditto
| | tools/ocpigen/include/hdl-slot.h: allow slots to have an empty signal prefix
| | tools/ocpigen/src/hdl-container.cxx: ditto
| | tools/ocpigen/src/hdl-slot.cxx: ditto
| | tools/ocpigen/src/hdl.cxx: remember that unused signals are still needed at the top level
| |
* |   3d70154 (Wed, 3 Apr 2019 09:51:33 -0400)
|\ \  Merge branch 'AV-5304-remove-gpsd-from-develop' into develop
| | | * AV-5304-remove-gpsd-from-develop:
| | |   AV-5304 Removed things pertaining to gpsd
| | |
| * | cc64ed8 (Tue, 2 Apr 2019 12:59:35 -0400)
| |/  AV-5304 Removed things pertaining to gpsd
* | d27809e (Tue, 2 Apr 2019 20:28:25 -0400)
| | fixed bugs in ad9361_adc_ts.hdl, now the SAMPLES, TIME, and SYNC opcodes should be produced correctly
* | 2926e9d (Tue, 2 Apr 2019 16:00:31 -0400)
| | updated usage for ocpidev run/show/utilization help
* | f99f45e (Tue, 2 Apr 2019 15:43:19 -0400)
| | Updates to FPGA Vendor Tool Install Guide
* |   dd081ac (Tue, 2 Apr 2019 14:19:48 -0400)
|\ \  Merge branch 'develop' of <internal server>/opencpi into develop
| * | b0ff862 (Tue, 2 Apr 2019 14:11:25 -0400)
| | | Fix typoe
| * | a678605 (Tue, 2 Apr 2019 13:45:47 -0400)
| | | adding copyright headers
| * | 4847af5 (Tue, 2 Apr 2019 12:55:40 -0400)
| | | New ordering of Job2 phases. Wish me luck!
| * | 815cc88 (Tue, 2 Apr 2019 12:55:40 -0400)
| | | Disable repo GPG check as well, per IT
| * |   22c4460 (Tue, 2 Apr 2019 11:52:32 -0400)
| |\ \  Merge pull request #31 in AV/opencpi from feature--AV-5018-compressed-kernel-headers to develop (NoJenkins)
| | |/  * commit '248f12b63664987197e994c1ce98424820a1af6f':
| |/|     AV-5018: Allow old-school non-.tar compressed extensions
| | |     AV-5018 move logic to centralize
| | |     Auto extract and clean kernel-headers if tarball present AV-5018
| | |     FINALLY get the kernel headers out of the repo AV-5018
| | |
| | * 248f12b (Mon, 1 Apr 2019 12:19:58 -0400)
| | | AV-5018: Allow old-school non-.tar compressed extensions
| | | Tested by renaming existing to .tar.xz.
| | |
| | * 8b35e6b (Mon, 1 Apr 2019 12:09:28 -0400)
| | | AV-5018 move logic to centralize
| | * 0a67289 (Mon, 1 Apr 2019 12:09:28 -0400)
| | | Auto extract and clean kernel-headers if tarball present AV-5018
| | * 7ec965b (Mon, 1 Apr 2019 12:09:27 -0400)
| | | FINALLY get the kernel headers out of the repo AV-5018
| * | 1bd32a3 (Tue, 2 Apr 2019 11:06:24 -0400)
| | | adding copyright to unit_tester.vhd
| * | 4854f81 (Mon, 1 Apr 2019 19:57:35 -0400)
| | | Fix phase dependencies
| | | Sync point 2 doesn't apply to core
| | | Sync point 3 now applies to all projects and comes after assets phase 4
| | |
* | | 81b0182 (Tue, 2 Apr 2019 14:19:27 -0400)
| | | made updates to Slave api section
* | | 28247a2 (Mon, 1 Apr 2019 16:42:41 -0400)
|/ /  ocpidev updates to CDG
* | 7dd7421 (Mon, 1 Apr 2019 13:59:56 -0400)
| | Force project import/export link refresh after phases 3 and 5
* | ce08fa4 (Mon, 1 Apr 2019 13:14:35 -0400)
| | Temporarily remove top-level shadow-source until Makefile is more robust to accommodate different Xilinx tools/version
* | bfdabfd (Mon, 1 Apr 2019 13:13:45 -0400)
|/  Temporarily remove shadowing directory until Makefile is more robust to accommodate different Xilinx tools/version
* 872af3a (Mon, 1 Apr 2019 11:26:39 -0400)
| pr_cordic had start-up edge condition found by metadata-stressor
* a37f34e (Mon, 1 Apr 2019 11:19:36 -0400)
| Add copyright exemptions to some Xilinx-sourced files w/out copyright (NoJenkins)
* be38464 (Mon, 1 Apr 2019 11:19:10 -0400)
| Add missing copyrights (NoJenkins)
* 79377f0 (Mon, 1 Apr 2019 11:10:01 -0400)
| Updated paths to source after moving them (source) to support shadowing
* 57a0b05 (Mon, 1 Apr 2019 11:07:20 -0400)
| Add copyright header
* 3a59d64 (Mon, 1 Apr 2019 11:05:53 -0400)
| Updated source location: in support of shadowing
* 762001d (Mon, 1 Apr 2019 10:55:03 -0400)
| Moved source to top-level to support shadowing
* 8efcaee (Mon, 1 Apr 2019 06:41:53 -0400)
| Few comment fixed NoJenkins
* b3e710b (Sat, 30 Mar 2019 16:39:06 -0400)
| Revert "more minor gpsd/my*setup.sh edits (ref AV-5117)"
| This reverts commit ad9d58076053a304446398cfd36262c20fd9fca0.
|
* ad9d580 (Sat, 30 Mar 2019 16:24:14 -0400)
| more minor gpsd/my*setup.sh edits (ref AV-5117)
* e9aaca5 (Sat, 30 Mar 2019 15:52:10 -0400)
| fixed typo in comment
* 37c341b (Sat, 30 Mar 2019 15:10:19 -0400)
| causing gpsd to startup for xilinx13_4 ONLY during my*setup.sh sourcing (ref AV-5117)
* b71985d (Sat, 30 Mar 2019 09:30:42 -0400)
| primitive lib lookup before any are built created bad env
* 584dbd1 (Fri, 29 Mar 2019 16:55:19 -0400)
| install-opencpi.sh issue (AV-5293), adrv9361 container build issue,
| Makefile: do exports after building projects
| build/build-opencpi.sh: do exports after building projects
| projects/core/components/file_read.rcc/file_read.c: support suppressEOF, even in v2
| tools/cdk/include/hdl/hdl-container.mk: remove debug message
| tools/cdk/include/util.mk: expose project dependencies to ocpigen
| tools/cdkutils/src/platforms.cxx: ditto
| tools/ocpigen/include/hdl-container.h: formatting
| tools/ocpigen/src/hdl-container.cxx: fix container build issue (cmos/lvds glitch)
|
* ccc0bdf (Fri, 29 Mar 2019 15:02:46 -0400)
| Temporarily disable stressor test while debugging issue
* a45cb9a (Fri, 29 Mar 2019 14:23:48 -0400)
| forgot to enable ad9361_config_ts_proxy.rcc building in assets_ts/hdl/devices/Makefile
* 8d95889 (Fri, 29 Mar 2019 11:37:15 -0400)
| updating DRC OCS+doc and FMCOMMS worker+doc based on code review feedback
*   83e5bba (Fri, 29 Mar 2019 11:34:48 -0400)
|\  Merge branch 'develop' of <internal server>/opencpi into develop
| * 696872c (Fri, 29 Mar 2019 11:21:16 -0400)
| | AV-4799 ntp got overwritten restoring this file
* | 93ec3cb (Fri, 29 Mar 2019 11:34:44 -0400)
|/  Move special platform OWDs out of projects/core/specs: AV-5174/AV-5172/AV-5175/AV-5173
|   Project.exports: export these files from their "natural" location in projects/core/hdl/primitives/platforms
|   projects/core/hdl/primitives/platform/metadata.xml: add package id since we're not in a library etc.
|   -- and moved.
|   projects/core/hdl/primitives/platform/ocscp.xml: ditto
|   projects/core/hdl/primitives/platform/time_client.xml: ditto
|   projects/core/hdl/primitives/platform/unoc_node.xml: ditto
|   scripts/makeExportLinks.sh: avoid backup files that start with ".#"
|   tools/cdk/include/hdl/hdl-container.mk: look for xml files in OCPI_CDK_DIR/include/hdl
|
* 7b0e0a5 (Fri, 29 Mar 2019 09:59:45 -0400)
| missing write notify call when app.setPropertyValue<> is used - AV-5220
* af1cf1a (Fri, 29 Mar 2019 09:12:17 -0400)
| removing accidentally checked in file
* f7d012f (Fri, 29 Mar 2019 07:55:27 -0400)
| removed debuging printsatements that were checked in AV-5292
* 4e0685c (Thu, 28 Mar 2019 21:23:47 -0400)
| squash the hardware timing violations with a bit more pipelining
*   3c39bf7 (Thu, 28 Mar 2019 18:24:25 -0400)
|\  Merge branch 'develop' of <internal server>/opencpi into develop
| * 4302796 (Thu, 28 Mar 2019 17:46:18 -0400)
| | some updates for file read/write datasheets for 1.5
* | 2e37cf3 (Thu, 28 Mar 2019 18:24:21 -0400)
|/  fix primitive library locating when none are built
*   94da2b2 (Thu, 28 Mar 2019 16:54:52 -0400)
|\  Merge branch 'develop' of <internal server>/opencpi into develop
| * 94a48b0 (Thu, 28 Mar 2019 16:37:36 -0400)
| | fixed bug introduced during recent property access updates which was causing invalid memory offsets during getPropertyBytes() and setPropertyBytes()
* | eda439d (Thu, 28 Mar 2019 16:54:40 -0400)
|/  AV-1297 the features (makefile vars now in OWD and build files), and the changes to the core project to use them + more fixes for the driver Makefile, AV-5282
|   os/linux/driver/Makefile: fix cleaning for AV-5282 too
|   projects/assets/components/dsp_comps/pr_cordic.hdl/Makefile: makefile cleanup for AV-1297
|   projects/assets/components/dsp_comps/rp_cordic.hdl/Makefile: ditto
|   projects/assets/doc/benchmarking/ML605_Benchmarking_Project/ocpi_src/multirate_counter.hdl/Makefile: ditto
|   projects/assets/hdl/adapters/wsi_16_to_32.hdl/Makefile: ditto
|   projects/assets/hdl/adapters/wsi_32_to_16.hdl/Makefile: ditto
|   projects/core/components/bias_16.hdl/Makefile: ditto
|   projects/core/components/bias_spcm.hdl/Makefile: ditto
|   projects/core/components/bias_vhdl.hdl/Makefile: ditto
|   projects/core/components/file_read.hdl/Makefile: ditto
|   projects/core/components/file_read.hdl/file_read.xml: ditto
|   projects/core/components/file_write.hdl/Makefile: ditto
|   projects/core/components/file_write.hdl/file_write.xml: ditto
|   projects/core/hdl/devices/ocdp.hdl/Makefile: ditto
|   projects/core/hdl/devices/ocdp.hdl/ocdp.xml: ditto
|   projects/core/hdl/devices/sdp2cp.hdl/Makefile: ditto
|   projects/core/hdl/devices/sdp2cp.hdl/sdp2cp.xml: ditto
|   projects/core/hdl/devices/sdp_node.hdl/Makefile: ditto
|   projects/core/hdl/devices/sdp_node.hdl/sdp_node.xml: ditto
|   projects/core/hdl/devices/sdp_pipeline.hdl/Makefile: ditto
|   projects/core/hdl/devices/sdp_pipeline.hdl/sdp_pipeline.xml: ditto
|   projects/core/hdl/devices/sdp_receive.hdl/Makefile: ditto
|   projects/core/hdl/devices/sdp_receive.hdl/sdp_receive.xml: ditto
|   projects/core/hdl/devices/sdp_send.hdl/Makefile: ditto
|   projects/core/hdl/devices/sdp_send.hdl/sdp_send.xml: ditto
|   projects/core/hdl/devices/sdp_term.hdl/Makefile: ditto
|   projects/core/hdl/devices/sdp_term.hdl/sdp_term.xml: ditto
|   projects/core/hdl/devices/time_server.hdl/Makefile: ditto
|   projects/core/hdl/devices/time_server.hdl/time_server.xml: ditto
|   projects/core/hdl/devices/unoc2cp.hdl/Makefile: ditto
|   projects/core/hdl/devices/unoc2cp.hdl/unoc2cp.xml: ditto
|   projects/core/hdl/devices/unoc_term.hdl/Makefile: ditto
|   projects/core/hdl/devices/unoc_term.hdl/unoc_term.xml: ditto
|   tools/cdk/include/lib.mk: suppress speclinks and workersfile warnings
|   tools/ocpigen/src/parameters.cxx: suppress source file warnings for now
|
* 6e5b568 (Thu, 28 Mar 2019 15:37:56 -0400)
| AV-5282 fixes
* e9f9c8f (Thu, 28 Mar 2019 14:54:25 -0400)
| update to realdigitizer for 1.5
* 45073d5 (Thu, 28 Mar 2019 14:44:15 -0400)
| doc updates based on code review
* 744fd99 (Thu, 28 Mar 2019 14:22:13 -0400)
| updates to baudtracking doc for 1.5
* e65c193 (Thu, 28 Mar 2019 13:22:50 -0400)
| deleting extra file
* d7e5738 (Thu, 28 Mar 2019 12:54:52 -0400)
| Revert "testing AV-4914 during its review"
| This reverts commit eb96389ac9a9d403043506329fef3d2ec1fef64f.
|
* 32aea58 (Thu, 28 Mar 2019 12:53:04 -0400)
| AV-5286 NoJenkins added link to ticket for a FIXME
* aabce54 (Thu, 28 Mar 2019 12:49:46 -0400)
| Broke develop. Then fixed it. Did anyone notice?
* 45757b9 (Thu, 28 Mar 2019 12:31:06 -0400)
| Squashed commit of AV-4927-convert-bsv-to-vhdl (AV-4927)
| * 51d06cf (Thu, 28 Mar 2019 11:32:36 -0400)
| | Updated to sync_fifo_gray.vhd
| * 6a0b037 (Thu, 28 Mar 2019 11:28:19 -0400)
| | Changed name of sync_fifo_ic.vhd to sync_fifo_gray.vhd
| * 9f4631d (Thu, 28 Mar 2019 09:19:18 -0400)
| | Updates to gray synchronizer
| * 7a56763 (Thu, 28 Mar 2019 09:18:24 -0400)
| | Removed invalid comment
| * 6dbeb11 (Thu, 28 Mar 2019 07:52:42 -0400)
| | Removed a source and simulation that should not be in the CDC primitive library
| * 03a42e8 (Thu, 28 Mar 2019 07:49:35 -0400)
| | Changed generic from bool and std_logic, which makes usability easier.
| * 1b09860 (Thu, 28 Mar 2019 07:46:50 -0400)
| | Improve comment
| * 2ce3aa6 (Thu, 28 Mar 2019 07:05:04 -0400)
| | Added missing simulation files for tb_sync_status
| * 4d0e389 (Wed, 27 Mar 2019 19:25:28 -0400)
| | Cleaned up simulations after removing OBE/redundant source file
| * cb657c1 (Wed, 27 Mar 2019 19:19:22 -0400)
| | Removed files that are OBE
| * 107b29e (Wed, 27 Mar 2019 15:07:45 -0400)
| | Updated to support RST_LEVEL
| * 0a23e8b (Wed, 27 Mar 2019 15:06:02 -0400)
| | Update comments for sync_bits_feedback.vhd
| * 49549da (Wed, 27 Mar 2019 15:04:22 -0400)
| | Reduced/clean-up test cases for tb_sync_bits_feedback
| * 8864c5b (Wed, 27 Mar 2019 14:54:28 -0400)
| | Rename sync_register_handshake.vhd to sync_bits_feedback.vhd and its testbench
| * 0a2441c (Tue, 26 Mar 2019 10:51:33 -0400)
| | Removing flag_cross_domain.vhd. In the future, use sync_pulse_handshake.vhd instead.
| * 9c06e0a (Tue, 26 Mar 2019 10:41:58 -0400)
| | Updates to sync_bit.vhd to allow build-time configuration of reset level, which was necessary to support sync_pulse_handshake.vhd and matching the functionality of the BSV version
| * eb032f9 (Mon, 25 Mar 2019 15:31:52 -0400)
| | Update to primitive library Makefile
| * 23714bd (Mon, 25 Mar 2019 15:30:47 -0400)
| | Shadow wrapper for supporting Xilinx XPM macro
| * 3dd634b (Mon, 25 Mar 2019 15:28:54 -0400)
| | Source for supporting shadowing
| * a4359e3 (Mon, 25 Mar 2019 15:28:17 -0400)
| | Missing update to waveform
| * 8355dc3 (Mon, 25 Mar 2019 15:26:40 -0400)
| | Remove redundant pulse toggle implementation
| * 5af3822 (Mon, 25 Mar 2019 15:15:48 -0400)
| | Update to comments, signal names, testbenches and adding sync prims library to hdl/primitives/Makefile
| * 00bd418 (Mon, 18 Mar 2019 16:37:16 -0400)
| | Change entities to better align with Xilinx XPM and changed resets from Async to Sync
| * c04e595 (Wed, 13 Mar 2019 09:55:11 -0400)
| | renamed SyncRegister and replaced a component with a workalike
| * ca926f6 (Fri, 1 Mar 2019 11:25:57 -0500)
| | Consolidated functionality of arSRLFIFO.v and arSRLFIFOD.v into a single VHDL module
| * 14010e7 (Fri, 1 Mar 2019 07:13:22 -0500)
| | Cleaned up VHDL to be more logically efficient
| * b503cab (Fri, 1 Mar 2019 07:11:51 -0500)
| | Fixed copy/paste issue in assert messages
| * 2d0ca02 (Fri, 1 Mar 2019 07:10:26 -0500)
| | Removed primitives that are OBE
| * 3a5fed3 (Wed, 27 Feb 2019 09:23:27 -0500)
| | Created pkg/body and Makefile for OCPI prim library, updated paths to BSV files (simulations), and cleaned up file format
| * 6246e47 (Tue, 26 Feb 2019 12:33:46 -0500)
| | Moved temp_cdc to cores/hdl/primitives/sync
| * 8602fc6 (Tue, 26 Feb 2019 09:07:43 -0500)
| | Removing directories that are OBE
| * 3930da3 (Tue, 26 Feb 2019 09:02:51 -0500)
| | Replaced absolute paths with relative, added missing glbl.v, updated comments, fix simulations, removed files
| * 073e2bd (Mon, 25 Feb 2019 14:41:52 -0500)
| | Clean up of sync directory before moving to cores/hdl/primitives
| * a4a098d (Mon, 25 Feb 2019 14:37:01 -0500)
| | First cut at converting SyncFIFO.v to VHDL
| * a7ae17a (Fri, 22 Feb 2019 15:53:14 -0500)
| | adding flag_cross_domain
| * 695e9d7 (Wed, 20 Feb 2019 11:17:56 -0500)
| | added comments
| * ec32cc8 (Wed, 13 Feb 2019 14:48:55 -0500)
| | tweaking vivado scripts
| * 9a61c2c (Wed, 13 Feb 2019 10:15:32 -0500)
| | adding sim files for sync_status
| * d72e66c (Wed, 13 Feb 2019 10:15:32 -0500)
| | pushing some sync_register files
| * bc2abf2 (Tue, 12 Feb 2019 15:35:44 -0500)
| | VHDL replacements for BSV-arSRLFIFO.v, BSV-arSRLFIFOD.v and srl_fifo.vhd, AV-4927
| * b558d11 (Thu, 7 Feb 2019 16:09:06 -0500)
| | adding files in support of split sync register
| * c549b87 (Tue, 5 Feb 2019 12:54:46 -0500)
| | changed hardcoded paths to match my machine
| * 88b5fe6 (Wed, 30 Jan 2019 15:45:50 -0500)
| | VHDL replacements and testbenches for FIFO{1,10,2,20}.v, AV-4927
| * d156610 (Thu, 24 Jan 2019 12:41:10 -0500)
| | Updates to various sync primitives
| * 99f4c93 (Wed, 23 Jan 2019 17:23:44 -0500)
| | Updates in support of sync_pulse_toggle
| * 28f3ee6 (Wed, 23 Jan 2019 17:21:46 -0500)
| | Files moves and new files for tb_sync_pulse_toggle
| * 61e6d75 (Tue, 22 Jan 2019 17:44:27 -0500)
| | Update tb sync_bit and sync_bit_ack
| * fb625fb (Tue, 22 Jan 2019 17:41:26 -0500)
| | Rename and remove data files
| * a8d4a18 (Tue, 22 Jan 2019 11:18:49 -0500)
| | split syncregister.vhd into two files
| * 9cec414 (Thu, 17 Jan 2019 16:01:48 -0500)
| | Created Golden files for tb_sync_bit/
| * e22e731 (Mon, 14 Jan 2019 16:30:54 -0500)
| | Reorganized CDC directory in preparation for moving to primitive library
| * c86562f (Mon, 14 Jan 2019 16:28:24 -0500)
| | Reorg'ed source files
| * a3c49a5 (Mon, 14 Jan 2019 16:13:20 -0500)
| | Created directory structures for src* and xsim* and moved testbenches
| * 67cf7a6 (Thu, 10 Jan 2019 17:48:57 -0500)
| | Moved to reference n-ff sync primitive in other higher-level sync modules
| * f43fd12 (Thu, 10 Jan 2019 17:02:36 -0500)
| | Rename and remove. Will reference from other dir
| * 91dfdb0 (Thu, 10 Jan 2019 16:58:36 -0500)
| | Renamed n_ff_synchronizer
| * c81c07d (Thu, 10 Jan 2019 16:43:32 -0500)
| | Rename directories n_ff_synchronizer* to sync_bit*
| * b097c22 (Thu, 10 Jan 2019 16:33:48 -0500)
| | Reworked signal naming
| * 512636d (Tue, 8 Jan 2019 13:15:58 -0500)
| | split syncregister into two files
| * 16bd69b (Mon, 7 Jan 2019 15:39:58 -0500)
| | Added N-FF Synchronizer with/withtout Feedback Acknowledgement
| * 790ba59 (Mon, 7 Jan 2019 10:57:18 -0500)
| | adding testbench for syncregister
| * 37ca142 (Fri, 21 Dec 2018 13:39:11 -0500)
| | saving work for syncregister
| * d323b1b (Fri, 14 Dec 2018 17:02:50 -0500)
|   adding files for simplest case out-of-ocpi testbench
|
* eb96389 (Thu, 28 Mar 2019 11:53:56 -0400)
| testing AV-4914 during its review
* 23d1e44 (Thu, 28 Mar 2019 11:22:20 -0400)
| Jenkins description clarity (ref AV-4194)
* 7f45d20 (Thu, 28 Mar 2019 11:21:24 -0400)
| Merge pull request #29 in AV/opencpi from bugfix--AV-5277-Add-warnings-about-deprecated-zero-padding to develop
| Squashed commit of the following:
|
| commit 35329d41a0611442b1adbca55fbdfd29de856d3b
| Date:   Wed Mar 27 16:13:24 2019 -0400
|
|     AV-5277 Add comments to notify of deprecated zero_padding
|
| commit be6ede2b812940ba9f931b9b7dfbdd6c3df5da3d
| Date:   Wed Mar 27 15:09:29 2019 -0400
|
|     AV-5277 Add comments to notify of deprecated zero_padding
|
| commit bb910dd950c7267ee5e26fb165b5bbf4d99fbf44
| Date:   Wed Mar 27 14:11:28 2019 -0400
|
|     AV-5277 Add comments to notify of deprecated zero_padding
|
* 2d03cd1 (Thu, 28 Mar 2019 11:12:39 -0400)
| AV-4194 fix comment NoJenkins
* 1d95c77 (Thu, 28 Mar 2019 11:10:36 -0400)
| doc updates based on code review
* dfb5cd9 (Thu, 28 Mar 2019 11:02:36 -0400)
| Change Jenkins build options AV-4194 (NoJenkins)
* 25994e8 (Thu, 28 Mar 2019 10:33:55 -0400)
| primitive core (ml605) build issues and framework makefile always incorrectly including the host platform.
| Makefile: fix the erroneous including of the host platform even when you specify other platforms.
| projects/assets/hdl/primitives/Makefile: remove ancient stuff, put primitive cores in the correct list
| tools/cdk/include/hdl/hdl-core.mk: add missing dependency and remote redundant mkdir rules
| tools/cdk/include/hdl/hdl-targets.mk: add a zynq part
| tools/ocpigen/include/data.h:L remove obsolete/redundant member data
| tools/ocpigen/src/wsi.cxx: ditto
|
* 5901935 (Thu, 28 Mar 2019 09:49:51 -0400)
| updated comments in generated Project.mk (AV-5223)
* 772b84d (Wed, 27 Mar 2019 16:26:35 -0400)
| AV-4833 Rename rx_app app/assemblies to differentiate between existing application
* f9c6c1e (Wed, 27 Mar 2019 16:20:57 -0400)
| adding workers/test for dropin test to cover AV-4971 and AV-4825
* 6e4bd0b (Wed, 27 Mar 2019 15:56:57 -0400)
| AV-5280 updated ocpidev run and utilization to work at the libraries(collection of libraries) level
* d0f3c1c (Wed, 27 Mar 2019 15:31:14 -0400)
| additional worker (ad9361 config proxy) copied, modified, and placed in assets_ts project (AV-5217)
* 3f495be (Wed, 27 Mar 2019 15:23:41 -0400)
| AV-5279
* 8772557 (Wed, 27 Mar 2019 15:14:55 -0400)
| excluding bias_ver.hdl again because it's failing
* 603cd9e (Wed, 27 Mar 2019 12:23:47 -0400)
| rx_app - removing build warnings and removing outdated Makefile contents
*   f8c3b73 (Wed, 27 Mar 2019 11:44:37 -0400)
|\  Merge branch 'develop' of <internal server>/opencpi into develop
| * c3c3ec0 (Wed, 27 Mar 2019 11:37:53 -0400)
| | Add 'technology preview' tags
| * ff26f62 (Wed, 27 Mar 2019 11:23:49 -0400)
| | AV-4490 - this has been fixed NoJenkins
| * 9df9836 (Wed, 27 Mar 2019 11:23:49 -0400)
| | AV-4449 fixed Release Notes NoJenkins
* | 8f081ba (Wed, 27 Mar 2019 11:44:30 -0400)
|/  fix ctests ancient synthesized worker crash
*   bc207bb (Wed, 27 Mar 2019 10:54:30 -0400)
|\  Merge branch 'develop' of <internal server>/opencpi into develop
| * 4a1ff90 (Wed, 27 Mar 2019 09:58:51 -0400)
| | changing xmls trying to close AV-4486
| * 87ee55b (Wed, 27 Mar 2019 07:53:21 -0400)
| | AV-5245 Release Note NoJenkins
| * f8aa628 (Wed, 27 Mar 2019 07:29:17 -0400)
| | Use new macro more in Release Notes (NoJenkins)
| * d684f87 (Wed, 27 Mar 2019 07:20:04 -0400)
| | Added warnings AV-4486 AV-4490 NoJenkins
| * 411e8ea (Wed, 27 Mar 2019 07:07:38 -0400)
| | AV-4402 missed some TODOs NoJenkins
| * 3bb5fa6 (Tue, 26 Mar 2019 17:49:39 -0400)
| | Release Notes AV-5172 AV-5173 AV-5174 AV-5175
| * ba3a41f (Tue, 26 Mar 2019 17:25:27 -0400)
| | AV-5235 Release Notes
| * 7ec7b72 (Tue, 26 Mar 2019 17:18:18 -0400)
| | AV-5275 Release Notes
| * 18a72af (Tue, 26 Mar 2019 17:14:53 -0400)
| | Release Notes tweaks AV-3298 AV-4693
| * 75eff63 (Tue, 26 Mar 2019 16:42:13 -0400)
| | Release Notes: AV-3298 AV-5034 AV-4116 AV-4963
| * 4ac1efb (Tue, 26 Mar 2019 16:21:29 -0400)
| | AV-5105: Release Notes
| * 1187338 (Tue, 26 Mar 2019 15:25:08 -0400)
| | AV-5094 Release Notes
| * e313fde (Tue, 26 Mar 2019 15:18:51 -0400)
| | Fix AV-4848 Release Notes
| * da842e1 (Tue, 26 Mar 2019 15:15:07 -0400)
| | AV-4961: Release Notes
| * 59e6f8a (Tue, 26 Mar 2019 15:15:07 -0400)
| | AV-4848 Release Notes
| * 935db68 (Tue, 26 Mar 2019 15:15:07 -0400)
| | AV-4482 Release Notes
| * ac42c23 (Tue, 26 Mar 2019 15:15:07 -0400)
| | AV-3840 Release Notes
| * 934a132 (Tue, 26 Mar 2019 15:15:06 -0400)
| | Move a chunk in release notes
| * ea765d6 (Tue, 26 Mar 2019 14:20:46 -0400)
| | DRC doc updates to section 2.6 (was 2.6 at time of code review) based on code review feedback
| * 3e2732f (Tue, 26 Mar 2019 13:50:05 -0400)
| | DRC doc updates to section 2.4 based on code review feedback
| * 485202a (Tue, 26 Mar 2019 13:37:29 -0400)
| | DRC doc updates to section 2.3 based on code review feedback
| * 62767df (Tue, 26 Mar 2019 13:22:26 -0400)
| | Start 1.5 Release Notes; AV-4173 AV-4278 AV-4526 AV-4486 AV-2241 AV-4804 AV-5217 AV-5257 AV-4994
| * 01d92be (Tue, 26 Mar 2019 13:15:31 -0400)
| | changing test xmls back to full test mode
| * c53a935 (Tue, 26 Mar 2019 12:54:40 -0400)
| | added functionilty to allow specifying a component without the .xml or spec on the end of the name to ocoidev.  also added the doctests to be run by ocpitest
| * de4ab2d (Tue, 26 Mar 2019 12:32:32 -0400)
| | DRC doc updates to section 2.2 based on code review feedback
| * 18e0a5f (Tue, 26 Mar 2019 12:25:53 -0400)
| | AV-4978 Add comment deprecating TimeStamped_IQ protocol
| * c1fc065 (Tue, 26 Mar 2019 11:40:20 -0400)
| | DRC doc updates to section 2.1 based on code review feedback
| *   9e97cdf (Tue, 26 Mar 2019 09:59:11 -0400)
| |\  Merge branch 'feature--AV-4402-add-top-level-make-doc-target' into develop
| | | * feature--AV-4402-add-top-level-make-doc-target:
| | |   More sudo cleanup AV-5238
| | |   Add t…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants