Hacktoberfestenhancementgood first issue
Repository metrics
- Stars
- (400 stars)
- PR merge metrics
- (PR metrics pending)
Description
inout/ provides HDF5 I/O but has no _test.v. Tests should be gated on HDF5
availability using a skip pattern (like VCL examples skip when no OpenCL device).
Task
Add inout/hdf5_test.v that:
- Creates a simple HDF5 file
- Writes and reads a dataset
- Skips cleanly when HDF5 is not available
Verification
v test vsl/inoutskips or passes depending on HDF5 availability