fix: calculate octets in multiframe from input in ilas parser
         
        
        
          
fix: make char alignment work for part characters correctly
         
        
        
          
Merge pull request #14 from Rutherther/feat/add-frame-clock
Add frame clock handling
         
        
        
          
feat: reset everything in ring buffer
         
        
        
          
feat: make frame alignment output aligned octets in frames instead of octets
         
        
        
          
feat: update frame alignment testbench to work with new frame alignment
         
        
        
          
fix: make buffer inside of ring buffer triple instead of twice temporarily
         
        
        
          
feat: rewrite frame alignment to use ring buffer
         
        
        
          
fix: save previous sample data in octets_to_sample
         
        
        
          
tests: update octets_to_samples tests
         
        
        
          
feat: update transport layer to accept whole frame
         
        
        
          
feat: add frame_state to transport package
         
        
        
          
feat: add ring_buffer for std_logic_vector
         
        
        
          
chore: add documentation to the code
         
        
        
        
        
          
choer: remove device specific simulation config file
         
        
        
        
        
          
chore: add Quartus project with configured testbenches
         
        
        
          
chore: update gitignore for quartus project
         
        
        
          
fix(link): make testbenches work in quartus, fix old testbenches